From f385a7c80686617b36f1b110a129b9129e9c7ffe Mon Sep 17 00:00:00 2001 From: BellCodeEditor <bellcode_dev@bell.ai> Date: Sat, 23 Jul 2022 16:34:58 +0800 Subject: [PATCH] auto save --- diy1.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/diy1.py b/diy1.py index 50b70e0..5e2065a 100644 --- a/diy1.py +++ b/diy1.py @@ -1,7 +1,6 @@ import random -a=input('请出拳(石头/剪刀/布)') +a=input('请出拳(石头/剪刀/布):') print('玩家出拳:'+a) - list=['石头','剪刀','布'] s=random.choice(list) -print(s) \ No newline at end of file +print('计算机出拳',s) \ No newline at end of file -- libgit2 0.25.0