What will be the output of the code?
Anonymous Quiz
29%
{'Hello':'World', 'First': 1}
29%
{'World':'Hello', '1': 'First'}
10%
{'Hello':1, 'First': 'World'}
10%
{'Hello':'First', 'World': 1}
17%
Error
5%
None of the above
β€1
What will be the value of 'result' variable?
Anonymous Quiz
51%
[1, 3, 5, 7, 8]
12%
[1, 7, 8]
15%
[1, 2, 4, 7, 8]
16%
Error
6%
None of the above
π₯1
What is the value of L at the end of execution of the program?
Anonymous Quiz
26%
[6.222e-04, βaboyβ, True, 641]
22%
[6.2202, βaboyβ, 1, 641]
16%
[6.2202, βaboyβ, False, 87]
26%
TypeError
9%
None of the above
π1
What is the output of the code?
Anonymous Quiz
7%
12
20%
11
27%
11.001199999999999
39%
TypeError
8%
None of the above
β€3π₯2
What is the output of the code?
Anonymous Quiz
31%
False
40%
True
9%
None
18%
Error
2%
None of the mentioned
π4π₯3
What is the output of the code?
Anonymous Quiz
45%
(0, 'P')(1, 'Y')(2, 'T')(3, 'H')(4, 'O')(5, 'N')
22%
('PYTHON')
21%
('P','Y','T','H','O','N')
6%
Error
5%
None of the mentioned
What is the output of the code?
Anonymous Quiz
20%
True False
21%
False True
17%
False False
35%
True True
6%
Error
π2