Commit 93c13c53 by BellCodeEditor

auto save

parent 654bc3ba
Showing with 20 additions and 0 deletions
# 利用write()帮助悟空给诺依回信吧~
import turtle
t=turtle.Turtle()
t.penup()
t.goto(100,-100)
t.pendown()
t.write("sasa\nassasa\nsasa",font=("Times",15,"normal"))
a=turtle.Pen()
a.pensize(4)
a.color("red")
a.begin_fill()
a.left(45)
a.fd(200)
a.circle(100,180)
a.right(90)
a.circle(100,180)
a.fd(200)
a.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