Commit 4bd08f95 by BellCodeEditor

save project

parent 654bc3ba
Showing with 20 additions and 0 deletions
# 利用write()帮助悟空给诺依回信吧~
import turtle
z=turtle.Pen()
s=turtle.Screen()
s.bgcolor("blue")
z.penup()
z.goto(100,0)
z.write("都护府亠\nrcecyc ry\ne",font=("Times",20,"normal"))
z.hideturtle()
y=turtle.Pen()
y.pencolor("red")
y.pensize(5)
y.left(45)
y.forward(100)
y.circle(50,180)
y.right(90)
y.circle(50,180)
y.forward(100)
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