From 72fe25911bf82f3d72a7db406f918778b7bc8b82 Mon Sep 17 00:00:00 2001
From: BellCodeEditor <bellcode_dev@bell.ai>
Date: Mon, 22 Aug 2022 15:27:14 +0800
Subject: [PATCH] auto save

---
 diy1.py | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/diy1.py b/diy1.py
index b40260e..2f6f5a1 100644
--- a/diy1.py
+++ b/diy1.py
@@ -1 +1,3 @@
-# 玩家出拳
\ No newline at end of file
+# 玩家出拳
+player=input("请玩家出拳:石头、剪刀、布")
+print("你出的是:"+player)
\ No newline at end of file
--
libgit2 0.25.0