Advertisement
Guest User

Space Invaders - Errror

a guest
Feb 5th, 2019
361
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.09 KB | None | 0 0
  1. import turtle
  2. import os
  3.  
  4. wn = turtle.screen()
  5. wn.bgcolor("black")
  6. wn.title("Space Invaders")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement