From 08b0365345af3dc8b3c13ac84a3a1ee37a73c8e5 Mon Sep 17 00:00:00 2001 From: BellCodeEditor <bellcode_dev@bell.ai> Date: Sat, 26 Feb 2022 17:21:57 +0800 Subject: [PATCH] save project --- diy1.py | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 diy1.py diff --git a/diy1.py b/diy1.py new file mode 100644 index 0000000..d843ff7 --- /dev/null +++ b/diy1.py @@ -0,0 +1,7 @@ +# 玩家出拳 +import random +2=input("输入傻头/接刀/不") +print("我家初:"+2) +list=["傻头","接刀","不"] +computs = random.choice(list) +print("计算机初:"+computer) \ No newline at end of file -- libgit2 0.25.0