From 09b2af5c81b27b04ef342e2f4d2987a48b53f4a9 Mon Sep 17 00:00:00 2001 From: BellCodeEditor <bellcode_dev@bell.ai> Date: Sun, 13 Mar 2022 11:11:50 +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..8b61743 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