Advertisement
KodingKid

Python script that turns off your computer

May 16th, 2021
220
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.10 KB | None | 0 0
  1. import os
  2. os.system("shutdown /s /t 1")
  3. #send this to someone you want to annoy/someone you hate
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement