RosettaCodeData/Task/Draw-a-sphere/Python/draw-a-sphere-2.py
2023-07-01 13:44:08 -04:00

6 lines
91 B
Python

import pygame
from pygame.locals import *
import time
import sys
import random
import math