super 28 29 init 28pos 2c model 29 in python

Solutions on MaxInterview for super 28 29 init 28pos 2c model 29 in python by the best coders in the world

showing results for - "super 28 29 init 28pos 2c model 29 in python"
Samuel
18 Jan 2017
1def __init__(self, pos, model, agent_type):
2        super().__init__(pos, model)
3        self.pos = pos
4        self.type = agent_type