Commit b09e91c3 by BellCodeEditor

save project

parent 654bc3ba
Showing with 21 additions and 0 deletions
# 利用write()帮助悟空给诺依回信
import turtle
y=turtle.Pen()
screen=turtle.Screen()
screen.bgcolor("light blue")
y.penup()
y.goto(0,-150)
y.write("覅的分类分级了\n看都不看雕刻", font=("Times",30,"normal"))
y.hideturtle()
x=turtle.Pen()
x.pencolor("red")
x.pensize(6)
x.left(45)
x.forward(100)
x.circle(50,180)
x.right(90)
x.circle(50,180)
x.forward(100)
x.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