Guest User

Apk.py

a guest
Jul 10th, 2023
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.20 KB | None | 0 0
  1. import turtle as t
  2. t.bgcolor("black")
  3. t.pencolor("yellow")
  4. t.pensize(8)
  5. t.up()
  6. t.goto(-200,0)
  7. t.down()
  8. for i in range(900000000000000000000000000):
  9.     t.forward(400)
  10.     t.right(144)
  11. t.hideturtle()
  12. t.done()
Advertisement
Add Comment
Please, Sign In to add comment