Beispiel #1
0
 def addFish(self, x, y, angle):
     fishy_fish = Fish(self, x, y, angle)
     fishy_fish.start()
     self.fishes.append(fishy_fish)