Commit 9251839b by BellCodeEditor

save project

parent 8db941a4
Showing with 25 additions and 2 deletions
"""
请使用turtle模块画出五角星
"""
import tr
\ No newline at end of file
import turtle
pen=turtle.Pen
for i in range(5):
turtle.forward(200)
turtle.left(144)
turtle.done()
turtle.color("red")
turtle.done()
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