From 8fa1327f1516cad63bdb18662027e83a9d8e3dd7 Mon Sep 17 00:00:00 2001
From: BellCodeEditor <bellcode_dev@bell.ai>
Date: Sun, 11 Apr 2021 14:49:07 +0800
Subject: [PATCH] save project

---
 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..2cbbfcb
--- /dev/null
+++ b/diy1.py
@@ -0,0 +1,4 @@
+# 玩家出拳
+player=input("出剪刀/石头/布?:")
+print("玩家出拳:"+player)
+
--
libgit2 0.25.0