Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- import turtle as t
- angle = 89
- t.bgcolor("black")
- t.color("yellow")
- t.speed(0)
- for x in range(200):
- t.forward(x)
- t.left(angle)
RAW Paste Data