From 3939eafc2f4cc7120937763cbe58b7979c8bdaf7 Mon Sep 17 00:00:00 2001 From: BellCodeEditor <bellcode_dev@bell.ai> Date: Sat, 27 Mar 2021 19:39:03 +0800 Subject: [PATCH] auto save --- diy1.py | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 diy1.py diff --git a/diy1.py b/diy1.py new file mode 100644 index 0000000..e0ad620 --- /dev/null +++ b/diy1.py @@ -0,0 +1,4 @@ +# 玩家出拳 +player=input("玩家请出拳(剪刀/石头/布):") +print("玩家出拳:"+player) +import \ No newline at end of file -- libgit2 0.25.0