I try to make a display in Pygame, but it won't show up. There is no errors or problems and when I run the code it only shows:
Hello from the pygame community. https://www.pygame.org/contribute.html
The code:
import pygame
pygame.init()
pygame.display.set_mode((500, 500))
I have also tried resetting my whole Mac and downloaded it again, still won't work...
MacOs version = 10.13.6
Python version = 3.8.0
Pygame version = 1.9.6