Advertisement
Guest User

space invaders

a guest
Apr 21st, 2019
148
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.15 KB | None | 0 0
  1. bullet = turtle.Turtle()
  2. bullet.color("green")
  3. bullet.shape("triangle")
  4. bullet.penup()
  5. bullet.speed(0)
  6. bullet.setheading(90)
  7. bullet.shapesize(0.5, 0.5)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement