Computer Science, asked by HUSSAINGHULAM7675, 1 year ago

How to suspend the calling thread for few seconds in Python?

Answers

Answered by omegads04
0

One can suspend the calling thread for few seconds in Python using the sleep method .

Similar questions