To create a graphics window, use the following code. import pygame pygame.init() screen = pygame.display.set_mode([601,601]) screen.fill([0,0,0])
確定! 回上一頁