Commit 6399cf4a by BellCodeEditor

save project

parent a50ceeec
Showing with 22 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()
len=60
x.pencolor("red")
x.pensize(6)
x.left(45)
x.forward(2*len)
x.circle(len,180)
x.right(90)
x.circle(len,180)
x.forward(2*len)
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