Python always had "types" of course. What Python 3 added was type hints (an approximation of static typing, if you will).
Python always had "types" of course. What Python 3 added was type hints (an approximation of static typing, if you will).