如何使用pygame模塊繪製一個窗口並設置顏色

1、實現源碼 import sys; import pygame; pygame.init(); s = width,height = 600,400; sc = pygame.display.set_mode(s); c = (0,153,204); while True: for e in pygame.event.get(): if e.type == pygam
相關文章
相關標籤/搜索