Commit e1d36c20 by BellCodeEditor

auto save

parent 64ea406f
Showing with 0 additions and 20 deletions
# 利用write()帮助悟空给诺依回信吧~
import turtle
screen=turtle.Screen()
screen.bgcolor("light blue")
Pen=turtle.Pen()
Pen.penup()
Pen.goto(100,-100)
Pen.write("我是田嘉瑞",font=("times",40,"normal"))
Penl=turtle.Pen()
Penl.pensize(5)
Penl.pencolor("red")
Penl.left(45)
Penl.forward(100)
Penl.circle(50,180)
Penl.right(90)
Penl.circle(50,180)
Penl.forward(100)
Penl.hideturtle()
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