Prasnya
Prasnya
Prasnya
Continue with Google
Question 17 - Week 1 Practice | Prasnya
Q17
00:00
29 Oct 2023
Q17.
What is the output of the following snippet of code? ``` x = '1' + '2' + '3' print(x) ```
A
123
B
6
C
321
D
1, 2, 3
Save
Check
Details
Q17
00:00
29 Oct 2023
Q17.
What is the output of the following snippet of code? ``` x = '1' + '2' + '3' print(x) ```
A
123
B
6
C
321
D
1, 2, 3
Save
Check
Details