Commit 158d203c by BellCodeEditor

auto save

parent c2f1308f
Showing with 14 additions and 2 deletions
# 利用write()帮助悟空给诺依回信吧~
\ No newline at end of file
# 利用write()帮助悟空给诺依回信吧~
import turtle
# list = ["sss",20,True]
# cell = ("sss",20,True)
pen = turtle.Pen()
pen.fillcolor("yellow")
pen.pensize(5)
pen.left(45)
pen.begin_fill()
pen.pencolor("red")
pen.circle(50,steps=4)
pen.end_fill()
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