My class Particle is as follows:
class Particle
class Particle: def __init__(self, x, y, vecX, vecY): self.x = x self.y = y self.ve