From b252ca797006a7d972d48d3a28666f0e88bc388d Mon Sep 17 00:00:00 2001
From: BellCodeEditor <bellcode_dev@bell.ai>
Date: Sun, 18 Jun 2023 14:23:15 +0800
Subject: [PATCH] auto save

---
 diy.py  | 0
 diy1.py | 2 ++
 2 files changed, 2 insertions(+)
 create mode 100644 diy.py
 create mode 100644 diy1.py

diff --git a/diy.py b/diy.py
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/diy.py
diff --git a/diy1.py b/diy1.py
new file mode 100644
index 0000000..cf31ff5
--- /dev/null
+++ b/diy1.py
@@ -0,0 +1,2 @@
+player=input("请出拳:石头/剪刀/布")
+print("玩家出拳:"+player)
\ No newline at end of file
--
libgit2 0.25.0