Commit 71693a2f by BellCodeEditor

save project

parent 654bc3ba
Showing with 18 additions and 0 deletions
# 利用write()帮助悟空给诺依回信吧~
import turtle
# pen=turtle.Pen()
# pen.write("我直接360度\n无死角旋转\n陀螺仪,\n拿着筷子夹着\n水泥塞你嘴里",font=("Times",35,"normal"))
# pen.hideturtle()
# turtle.done()
SB=turtle.Pen()
SB.pensize(9)
SB.pencolor("red")
SB.left(45)
SB.forward(100)
SB.circle(50,180)
SB.right(90)
SB.circle(50,180)
SB.forward(100)
screen=turtle.Screen()
screen.bgcolor("pink")
\ 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