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

7 lines
91 B
Python

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