Commit 1c088c1b by BellCodeEditor

save project

parent 654bc3ba
Showing with 17 additions and 0 deletions
# 利用write()帮助悟空给诺依回信吧~
import turtle
r=turtle.Screen()
w=turtle.Pen()
r.bgcolor('light blue')
w.left(45)
w.forward(100)
w.circle(50,180)
w.right(90)
w.circle(50,180)
w.forward(100)
w.penup()
w.goto(100,100)
w.write('@所有人\n撒汤屎\n床前明月光,\n撒了一碗屎。\n举头拿毛巾,\n低头擦裤裆。',font=('Home',30,'bold'))
w.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