Drawing the ship to the screen
- update alien_invasion.py so it creates a ship and calls the ship’s blitme() method which draws the image to the screen at the position specified by self.rect



- ship.blitme() method draws ship on the screen
Drawing the ship to the screen


