Commit 2c2df58d by BellCodeEditor

auto save

parent a50ceeec
Showing with 25 additions and 0 deletions
# 利用write()帮助悟空给诺依回信吧~
a1=100
b1=a/2
import turtle
screen=turtle.Screen()
screen.bgcolor("black")
t=turtle.Turtle()
t.color("white")
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(a1)
a.circle(b1,180)
a.right(90)
a.circle(b1,180)
a.fd(a)
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