From 8892c6a020427c6d91f5ddb55a86e062e6eb8ae5 Mon Sep 17 00:00:00 2001 From: BellCodeEditor <bellcode_dev@bell.ai> Date: Sun, 7 Aug 2022 10:40:35 +0800 Subject: [PATCH] auto save --- diy1.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/diy1.py b/diy1.py index 3db03d8..46c08ca 100644 --- a/diy1.py +++ b/diy1.py @@ -1,2 +1,4 @@ player=input("请出拳:石头/剪刀/布")# 玩家出拳 -print("玩家出拳:"+playe \ No newline at end of file +print("玩家出拳:"+player) +import random +list \ No newline at end of file -- libgit2 0.25.0