From 1bea16036e38033e08d29853bf7455a172002c9b Mon Sep 17 00:00:00 2001 From: BellCodeEditor <bellcode_dev@bell.ai> Date: Sat, 20 Mar 2021 11:37:12 +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..c46d3a9 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