From 986227fd2e70c966d375b6a32e00c6fd6c203885 Mon Sep 17 00:00:00 2001 From: BellCodeEditor <bellcode_dev@bell.ai> Date: Sun, 16 Jun 2024 11:36:14 +0800 Subject: [PATCH] save project --- C.py | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 C.py diff --git a/C.py b/C.py new file mode 100644 index 0000000..66f17b6 --- /dev/null +++ b/C.py @@ -0,0 +1,3 @@ + +player = input("请出拳(石头/剪刀/布):") +print("玩家出拳:"+player) \ No newline at end of file -- libgit2 0.25.0