1.

What is the output of the following code in Python 3?

Answer»

What is the OUTPUT of the following code in Python 3?
Choose the correct ANSWER from below options
if a:
print(""""a's value"""")
else:
print(""""Sorry nothing will get printed"""")
(1)0
(2)ERROR
(3)a's value
(4)Sorry nothing will get printed

Answer:-(2)Error



Discussion

No Comment Found