编写代码。创建一个宽(width)为600,高(height)为500的pygame窗口
import pygame pygame.init() screen = pygame.display.set_mode(size=(600,500),flags=0,depth=32)