From bd737da7fce307cc386ebdb7910e89010cc05596 Mon Sep 17 00:00:00 2001
From: BellCodeEditor <bellcode_dev@bell.ai>
Date: Sat, 10 May 2025 11:27:38 +0800
Subject: [PATCH] save project

---
 player.py | 2 ++
 star.py   | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)
 create mode 100644 player.py

diff --git a/player.py b/player.py
new file mode 100644
index 0000000..2731341
--- /dev/null
+++ b/player.py
@@ -0,0 +1,2 @@
+player = input("请出拳(石头/剪刀/布): ")
+print("玩家出拳:" + player)
\ No newline at end of file
diff --git a/star.py b/star.py
index 8cd3639..dc47abc 100644
--- a/star.py
+++ b/star.py
@@ -9,4 +9,4 @@ for i in range(5): #重复执行5次
     pen.forward(200) #向前移动200步
     pen.right(144)  #向右移动144度,注意这里的参数一定不能变
 pen.end_fill() #结束填充红色
-turtle.done()
+turtle.done()
\ No newline at end of file
--
libgit2 0.25.0