Getting Started
You must do the following to get started with Pygame:
import pygame
This opens a window of size 640,480, and stores it in a variable called screen.
Setting up a window name
Setting up a name for the pygame window requires the following syntax:
pygame.display.set_caption('Name...