Commit cc8b3da5 by BellCodeEditor

auto save

parent 7b702257
Showing with 11 additions and 2 deletions
# 利用write()帮助悟空给诺依回信吧~
im
import turtle
pen=turtle.Pen()
pen.shape("turtle")
pen.fillcolor("yellow")
turtle.begin_fill()
for i in range(5):
pen.forward(100)
pen.right(144)
turtle.done()
turtle.end_fill()
\ 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