From b42f30d59273d2447aaa62e1d84fe77b96829cae Mon Sep 17 00:00:00 2001 From: BellCodeEditor <bellcode_dev@bell.ai> Date: Sat, 22 May 2021 15:55:52 +0800 Subject: [PATCH] save project --- diy1.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/diy1.py b/diy1.py index b40260e..bec4700 100644 --- a/diy1.py +++ b/diy1.py @@ -1 +1,2 @@ -# 玩家出拳 \ No newline at end of file +player=input("请出拳(石头/剪刀/布):") +print("玩家出拳:"+player) \ No newline at end of file -- libgit2 0.25.0