From 02045d3133469ff13dd09d5f26b5279a1f65a31e Mon Sep 17 00:00:00 2001 From: BellCodeEditor <bellcode_dev@bell.ai> Date: Fri, 21 Aug 2020 20:12:29 +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..54ef685 --- /dev/null +++ b/diy1.py @@ -0,0 +1,7 @@ +# +play=input() +print("玩家出拳:"+play) +import random +list={"石头","剪刀","布"} +com=random.choice(list) +print("电脑出拳:"+com) \ No newline at end of file -- libgit2 0.25.0