Commit 7a5481f7 by BellCodeEditor

auto save

parent 397ca244
Showing with 12 additions and 10 deletions
++ "b/rgxsg\343\200\202py"
""" import turtle
请使用turtle模块画出五角星 g=turtle.Pen()
""" g.fillcolor("red")
import turtle g.begin_fill()
pen=turtle.Pen() g.circle(50)
for i in range(5): g.pencolor("yellow")
pen.forward(100) g.fillcolor("green")
pen.right(144) g.circle(50,steps=5)
pen.hideturtle() g.end_fill()
turtle.done() 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