Commit 8c5ba5f7 by BellCodeEditor

save project

parent a15989ca
Showing with 15 additions and 0 deletions
# 利用write()帮助悟空给诺依回信
import turtle
x=turtle.Pen()
x.write("覅的分类分级了\n看都不看雕刻", font=("Times",30,"normal"))
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