Question 16 - Week 2 Practice | Prasnya
Prasnya
Continue with Google
Practice path
Dashboard
Exam
Qualifier / Quiz 1
Go to subject
Programing with python
Go to chapter
Week 2
Question 16
00:00
Est. 1 min
Marks:
+3.00
0.00
Consider the following code snippet: ``` a, b, c, d = input() print((a + b + c) * int(d)) ``` What will be the output of the code given above for the following input? ``` 1234 ```
Single correct
Easy Difficulty
16 October 2022
A
123123123123
B
18
C
24
D
492
E
1231231234