Skip to content

Instantly share code, notes, and snippets.

@nekoppy
Created October 13, 2019 23:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nekoppy/75545582b34d6e60b34cecbaf2ca01c2 to your computer and use it in GitHub Desktop.
Save nekoppy/75545582b34d6e60b34cecbaf2ca01c2 to your computer and use it in GitHub Desktop.
import time
print("スリープ開始")
print("...")
time.sleep(3)
print("スリープ終了")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment