1 Réponse
+ 3
time.sleep() halts the program while print() outputs a string, char, float, int or bool to the console window. I'm sorry I don't understand the question. Time.sleep() is used for its side effects (halting a program for a certain number of seconds).