Im kind of new in sublime. I’m trying to make a screen, but when I type this down the python rocket just jumps on my dock.
import pygame
pygame.init()
WIDTH = 800
HEIGHT = 600
screen = pygame.display.set_mode((WIDTH, 600))
Results:
pygame 1.9.6
Hello from the pygame community. https://www.pygame.org/contribute.html
And then the python rocket starts jumping. How do I make the screen appear?