Commit 35b8e3e2 by BellCodeEditor

save project

parent a3405005
Showing with 3 additions and 14 deletions
color=input("你想要什么颜色的关鸡")
import turtle
pen=turtle.pen()
pen.shape("blank")
pen.fillcolor(color)
pen.begin_fill()
for i in range(5):
pen.forwark
pen.right(144)
pen.end_fill()
turtle.done()
\ No newline at end of file
player=input("关鸡你得出石头,剪刀,或布")
print("玩家出了"+player)
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment