From e39cfffb225099bfef04a05a0ca4eacae177b822 Mon Sep 17 00:00:00 2001 From: BellCodeEditor <bellcode_dev@bell.ai> Date: Fri, 26 May 2023 20:07:25 +0800 Subject: [PATCH] save project --- .py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.py b/.py index 351db14..cdd1d50 100644 --- a/.py +++ b/.py @@ -2,4 +2,5 @@ player=input("玩家出拳:") print("玩家出拳:"+player) import random list=["石头","剪刀","布"] -print("电脑出拳:",random.choice(list)) \ No newline at end of file +print("电脑出拳:",random.choice(list)) +if \ No newline at end of file -- libgit2 0.25.0