What is sleeping time of a python? pless
Answers
Answered by
0
Answer:
Python time sleep function is used to add delay in the execution of a program. We can use python sleep function to halt the execution of the program for given time in seconds. Notice that python time sleep function actually stops the execution of current thread only, not the whole program.
Explanation:
ok give me heart and mark me brilliant
Similar questions