From 06a6106f62321c009ae4911720596e77030cf2b7 Mon Sep 17 00:00:00 2001 From: BellCodeEditor <bellcode_dev@bell.ai> Date: Sun, 12 May 2024 16:15:17 +0800 Subject: [PATCH] save project --- diy1.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/diy1.py b/diy1.py index 7a88b7a..4a003dc 100644 --- a/diy1.py +++ b/diy1.py @@ -1,7 +1,7 @@ import random -a=input("玩家出拳?") player=input("请出拳:石头/剪刀/布")# 玩家出拳 print("玩家出拳:"+player) b=["石头","剪刀","布"] c=random.choice(b) -print("计算机出的量"+c) \ No newline at end of file +print("计算机出的是 "+c) +if \ No newline at end of file -- libgit2 0.25.0