Commit 540f016e by BellCodeEditor

save project

parent c96f6984
Showing with 3 additions and 12 deletions
import turtle #玩家出拳
pen=turtle.pen() player=(石头/剪刀/)
color=input("你想要神马颜色的五角星?") input("玩家出拳"player)
pen.pencolor(color)
#绘制五角星
pen.begin_fill
for i in range(5):
pen.forward(200)
pen.right(144)
pen.end_fill()
turtle.done()
\ 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