Py2 is legacy cod, py3 is the future,in py3 - like java - everything is an object unlike py2 The syntax has big changes too class name (object): class name(): Have different behavior in py2 while they are the same in py3 since your super class inherit from object class by default.
Обсуждают сегодня