Commit 2f2bb30d by BellCodeEditor

save project

parent 4f4a0deb
Showing with 5 additions and 2 deletions
""" "
请使用turtle模块画出五角星 请使用turtle模块画出五角星
""" """
import turtle import turtle
pen=turtle.Pen() pen=turtle.Pen()
pen.fillcolor("red") pen.fil
pen.begin_fill() pen.begin_fill()
for i in range(36): for i in range(36):
pen.forward(200) pen.forward(200)
......
++ "b/\345\222\214\351\273\221\351\225\234"
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