import time start_time = time.perf_counter() def pause(): print('Sleeping 1 second...') time.sleep(1) print('Done Sleeping...') pause()
確定! 回上一頁