from visual import sphere
from numpy import empty

s = empty(10,sphere)

for n in range(10):

    s[n] = sphere()
