On Sun, Jul 1, 2018 at 11:09 AM Abdur-Rahmaan Janhangeer <arj.pyt...@gmail.com> wrote: > > was viewing pep526, so, finally, python cannot do without hinting the type > as other languages?
Python certainly can do without it. That's why it's an optional feature with no runtime effect beyond making the annotations inspectable and causing unassigned function variables to be considered locals. -- https://mail.python.org/mailman/listinfo/python-list