Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- import os
- def shutdown():
- print("Shutting down your system")
- os.system("shutdown /s 1")
- def reboot():
- print("Restarting the systeme")
- os.system("shutdown /r /t 1")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement