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 #110
The function time.sleep() only accepts positive integer or floats indicating how many seconds it will wait. If a negative arguments is given, it will throw a ValueError error. (docs.python.org/3/library/time.html#time.sleep)
The function time.sleep() can accept a negative argument.
— The Python Quiz (@thepythonquiz) November 18, 2020
True
False#python #python3 #pythonprogramming #learnpython
Question difficulty: π΅π΅π΅π΅π΅
Similar questions: