From 479407a60bf3eca650bedbb1ceac691185af36c3 Mon Sep 17 00:00:00 2001 From: BellCodeEditor <bellcode_dev@bell.ai> Date: Sun, 27 Dec 2020 14:35:25 +0800 Subject: [PATCH] save project --- diy1.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/diy1.py b/diy1.py index b40260e..e9e0f4a 100644 --- a/diy1.py +++ b/diy1.py @@ -1 +1,3 @@ -# 玩家出拳 \ No newline at end of file +# 玩家出拳 +player=input("请输入(石头/剪刀/布):") +print("玩家出拳"+player) \ No newline at end of file -- libgit2 0.25.0