cara membuka pygame

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