Friday, 17 February 2017

quiz time for Python

What is the output of the following code?
if None:
    print(“Hello”)
False
Hello
Nothing will be printed
Syntax error

No comments:

Post a Comment