[Tips] Python built-in function / module

The program waits

time.sleep(t)

  Need to import time, t is the number of seconds. This function has no return value.

 

Guess you like

Origin www.cnblogs.com/immortalBlog/p/11230206.html