RosettaCodeData/Task/Draw-a-sphere/Python/draw-a-sphere-2.py

7 lines
91 B
Python
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
import pygame
from pygame.locals import *
import time
import sys
import random
import math