From fbc8a617e1c817a6401bedee4a15334bc744b700 Mon Sep 17 00:00:00 2001 From: BellCodeEditor <bellcode_dev@bell.ai> Date: Sat, 2 Jan 2021 18:45:32 +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..85b69ed 100644 --- a/diy1.py +++ b/diy1.py @@ -1 +1,3 @@ -# 玩家出拳 \ No newline at end of file +# 玩家出拳 +a = input("玩家出拳:(剪刀,石头,布)") +print("你出的:"+a) \ No newline at end of file -- libgit2 0.25.0