import pygame from pygame import * pygame.init() #准备pygame,不准备无法使用功能 pygame.display.set_mode((x,y坐标)) #创建窗口 pygame.display.set_capition(“标题”) #创建标题