Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- sleep(0.3)
- print("*** Exception Caught! ***")
- sleep(0.1)
- print("attempt to open a nonexistent file")
- sleep(0.1)
- print("This error is unrecoverable, restart needed.")
- sleep(3)
- os.reboot()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement