Commit 4e442b77 by BellCodeEditor

save project

parent 3fcd331c
Showing with 3 additions and 12 deletions
color=input("你想要什么颜色的五角星")
print(color)
import turtle
Pen=turtle.Pen()
Pen.fillcolor(color)
Pen.begin_fill()
for i in range(5):
Pen.forwad(5)
Pen.left(144)
Pen.end_fill()
turtle.done
\ No newline at end of file
play=input("请出拳(石头/剪刀/布):")
print("玩家出:"+piayer)
\ 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