From 7f354dad7298da998f26a4c9fb066fe2f4139b9f Mon Sep 17 00:00:00 2001 From: BellCodeEditor <bellcode_dev@bell.ai> Date: Sun, 9 Jan 2022 19:43:10 +0800 Subject: [PATCH] auto save --- diy1.py | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/diy1.py b/diy1.py index 2da81ce..8ee53d9 100644 --- a/diy1.py +++ b/diy1.py @@ -1,7 +1,2 @@ -# 玩家出拳 -jkol=input("请输入石头.剪刀.布:") -print("你的出拳是"+jkol) import random -list=["石头"."剪刀"."布"] -computer=random.choice(list) -print("计算机出拳为"+computer) +player = input("") \ No newline at end of file -- libgit2 0.25.0