import pygame pygame.init() WIDTH = 300 HEIGHT = 200 SCREEN ... 255) YELLOW = (255, 255, 255) SCREEN.fill(RED) pygame.display.flip() is_running = True while ...
確定! 回上一頁