Commit 2f1ac633 by BellCodeEditor

auto save

parent b39bc154
Showing with 8 additions and 2 deletions
# 利用write()帮助悟空给诺依回信吧~
import turtle
pen=turtle.Pen()
pen.write("fuck you",font=("Times",40,"normal"))
pen.speed(10000000000000000000000000000000)
x=5
pen.pencolor("red")
for i in range(300):
pen.forward(x)
pen.right(91)
x+=3
pen.hideturtle()
turtle.done()
turtle.done()
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