import pygame # 初始化pygame,为使用硬件做准备 pygame.init() # 创建一个窗口 screen = pygame.display.set_mode((660, 480), 0, 32) print("这是贪吃蛇一,关卡1") print("这是贪吃蛇一,关卡2")