Login
Remember
Register
Ask a Question
What is the output of the following code in Python 3?
+1
vote
asked
Jul 10, 2021
in
Python
by
sharadyadav1986
What is the output of the following code in Python 3?
Select the best answer from below options :
if a:
print(""""a's value"""")
else:
print(""""Sorry nothing will get printed"""")
a)0
b)Error
c)a's value
d)Sorry nothing will get printed
python-code-error
Python-questions-answers
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Jul 10, 2021
by
sharadyadav1986
b)Error
...