From 52be53e5474ec643afe85883e94a6f5450ab0dbf Mon Sep 17 00:00:00 2001
From: BellCodeEditor <bellcode_dev@bell.ai>
Date: Thu, 5 Aug 2021 08:50:47 +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..9ff3c40
--- /dev/null
+++ b/diy1.py
@@ -0,0 +1,7 @@
+# 玩家出拳
+player=input(你要出什么(石头、剪刀、布))
+print("玩家出拳:"+player)
+import.random
+list=("石头、剪刀、布")
+rodom.(list)
+print()
\ No newline at end of file
--
libgit2 0.25.0