Tuesday, October 19, 2010

Array of classes in Python


b = [bullet() for x in range(50)]

No comments: