The quiz where the difficulty automagically adapts to the player's Python knowledge
This is a question page. You can use this page to bookmark a question. Start a new quiz!
Question #59
a = -3
if a > -10:
print('yes!')
else:
print('no!')
-3 is bigger then -10! (tutorialspoint.com/python/comparison_operators_example.htm)
What is the output of this code?
— The Python Quiz (@thepythonquiz) May 22, 2020
a = -3
if a > -10:
print('yes!')
else:
print('no!')
no!
yes!#python #python3 #pythonprogramming #learnpython
Question difficulty: π΅π΅π΅π΅π΅