Python Snippets
スリープする sleep
14年前
>>> import time >>> time.sleep(3)
time.sleepで指定した秒数スリープできる。
1秒以下のスリープは少数で指定可能。
モバイルバージョンを終了