Commit 5a8e9c68 by BellCodeEditor

auto save

parent f9bf544e
Showing with 12 additions and 11 deletions
import turtle as t """
请使用turtle模块画出五角星
t.fillcolor("red") """
t.begin_fill() import turtle
for i in range(5): open=turtle.pen()
t.forward(200) For i in range(5)
t.right(144) pen.forward(200)
t.hideturtle() pen.right(144)
t.end_fill() pen.hideturtle()
t.done() pen.done()
\ No newline at end of file
\ 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