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

7 lines
91 B
Python
Raw Permalink Normal View History

2013-04-10 16:57:12 -07:00
import pygame
from pygame.locals import *
import time
import sys
import random
import math