Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- import turtle as t
- t.bgcolor("black")
- t.pencolor("yellow")
- t.pensize(8)
- t.up()
- t.goto(-200,0)
- t.down()
- for i in range(900000000000000000000000000):
- t.forward(400)
- t.right(144)
- t.hideturtle()
- t.done()
Advertisement
Add Comment
Please, Sign In to add comment