From 2a007b6995327217f9e3a025e9b29b409dac4872 Mon Sep 17 00:00:00 2001 From: BellCodeEditor <bellcode_dev@bell.ai> Date: Fri, 11 Mar 2022 11:02:23 +0800 Subject: [PATCH] auto save --- diy1.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/diy1.py b/diy1.py index 4dca008..afd21f6 100644 --- a/diy1.py +++ b/diy1.py @@ -1,2 +1,3 @@ # 玩家出拳 -tt=input("石头,剪刀,布") \ No newline at end of file +tt=input("请出拳(石头,剪刀,布):") +print("玩家出:"+tt) \ No newline at end of file -- libgit2 0.25.0