import pygame, syspygame.init()screen = pygame.display.set_mode([800600])white = [255, 255, 255]red = [255, 0, ...
確定! 回上一頁