From d651bb1a812cce2ccbd81982ec46909d1ee9d9f9 Mon Sep 17 00:00:00 2001 From: BellCodeEditor <bellcode_dev@bell.ai> Date: Sun, 31 Jan 2021 10:49:38 +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..46b6eec 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