Can't create a window with pygame on Mac

后端 未结 0 334
醉梦人生
醉梦人生 2021-01-24 14:47

This is the code

import pygame
background_colour = (255,255,255)
(width, height) = (300, 200)
screen = pygame.display.set_mode((width, height))
pygame.display.set         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题