From 93d289905f462505cdf2202c9887885cce7c3307 Mon Sep 17 00:00:00 2001
From: BellCodeEditor <bellcode_dev@bell.ai>
Date: Fri, 7 Oct 2022 11:08:31 +0800
Subject: [PATCH] auto save

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

diff --git a/diy1.py b/diy1.py
index cc4e729..0ff3e3d 100644
--- a/diy1.py
+++ b/diy1.py
@@ -3,4 +3,6 @@ print("玩家出拳:"+player)
 import random
 SB=['石头','剪刀','布']
 NB=random.choice(SB)
-print(NB)
\ No newline at end of file
+print(NB)
+if expression:
+    pass
\ No newline at end of file
--
libgit2 0.25.0