Commit e13e6ad7 by BellCodeEditor

save project

parent 7ec00769
Showing with 10 additions and 6 deletions
import turtle import turtle
pen=turtle.Pen() pen=turtle.Pen()
a=turtle.Pen() a=turtle.Pen()
screen=turtle.Screen()
screen.bgcolor("black")
z=0
pen.color("red") pen.color("red")
pen.speed(10000000000000000000000000000000000000000000) pen.speed(10000000000000000000000000000000000000000000)
for i in range(100000000000000000000): for i in range(10000000):
pen.forward(z) pen.forward(zip(
))
pen.right(90) pen.right(90)
z+=1 z+=1
pen.color("green")
c=("你已经中了我的幻术")
pen.write(c)
pen.hideturtle() pen.hideturtle()
\ 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