From ae271f1219543df9d5dc8a56104b0460d2300401 Mon Sep 17 00:00:00 2001 From: BellCodeEditor <bellcode_dev@bell.ai> Date: Sat, 4 May 2024 09:46:02 +0800 Subject: [PATCH] save project --- 1.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/1.py b/1.py index ee366d0..e1810ef 100644 --- a/1.py +++ b/1.py @@ -1,7 +1,7 @@ - +import random player=input("你是什么垃圾") print("玩家说"+player) -list["石头,剪刀,布"] -a= - +list=["石头,剪刀,布"] +a=random.choice(list) +print("剪刀") -- libgit2 0.25.0