笔记 import pygame pygame.init() # 创建游戏的窗口 480 * 700 screen = pygame.display.set_mode((480,700)) while True: pass pygame.quit()