Как открыть Pygame

# Import the pygame library and initialise the game engine
import pygame
pygame.init()
Titan GAO