7 lines
91 B
Python
7 lines
91 B
Python
|
|
import pygame
|
||
|
|
from pygame.locals import *
|
||
|
|
import time
|
||
|
|
import sys
|
||
|
|
import random
|
||
|
|
import math
|