The sleep() function of the time module pauses your python program for the specified number of seconds. #!/usr/bin/python3 import time time.sleep(n) # n ...
確定! 回上一頁