Pinned Loading
-
pendulum.py
pendulum.py 1import pygame, time, math
2# white background
3background_colour = (255,255,255)
4(width, height) = (1000, 500)
5screen = pygame.display.set_mode((width, height))
-
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.