Commit f8bd68e2 by BellCodeEditor

save project

parent 654bc3ba
Showing with 22 additions and 0 deletions
# 利用write()帮助悟空给诺依回信吧~
import turtle
you=turtle.Pen()
you.penup()
you.goto(100,-100)
you.write("鹅鹅鹅,\n曲项向天歌.",font=("Times",30,"normal"))
you.hideturtle()
l=turtle.Pen()
s=turtle.Screen()
s.bgcolor("blue")
l.pensize(5)
l.pencolor("red")
l.goto(0,0)
l.left(45)
l.forward(100)
l.circle(50,180)
l.right(90)
l.circle(50,180)
l.forward(100)
s
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