我尝试在Pygame中显示,但不会显示。没有错误或问题,当我运行代码时,它仅显示:
Hello from the pygame community. https://www.pygame.org/contribute.html
代码:
import pygame
pygame.init()
pygame.display.set_mode((500, 500))
我也尝试过重置整个Mac,然后再次下载,但仍然无法正常工作...
MacOs版本= 10.13.6
Python版本= 3.8.0
Pygame版本= 1.9.6