From a57ee2ba982e1383f40aa5a9da5b72344e17ec1a Mon Sep 17 00:00:00 2001 From: BellCodeEditor <bellcode_dev@bell.ai> Date: Sun, 22 Aug 2021 10:17:46 +0800 Subject: [PATCH] auto save --- diy1.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/diy1.py b/diy1.py index 60318c6..b315d8b 100644 --- a/diy1.py +++ b/diy1.py @@ -3,4 +3,5 @@ player=input("请玩家出拳:石头/剪刀/布") print("玩家出拳:"+player) start=["石头","剪刀","布"] abc=random.choice(start) -print(abc) \ No newline at end of file +print(abc) +i \ No newline at end of file -- libgit2 0.25.0