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 #46
while true:
print("Hello, world!")
This code snippet is not correct. True represents the true value of the bool built-in type. It is always written with an uppercase T. (docs.python.org/3/library/constants.html)
Is this code correct?
— The Python Quiz (@thepythonquiz) May 29, 2020
while true:
print("Hello, world!")
Yes
No#python #python3 #pythonprogramming #learnpython
Question difficulty: π΅π΅π΅π΅π΅
Similar questions: