On Tue, 13 Apr 2021 03:09:28 +0100 Filipe Laíns <[email protected]> wrote: > > This is simply not a good point in itself, and on top of that it seems to > completely ignore that Python could be untyped,
Python is definitely not untyped. It's strongly typed. Its typing is just dynamic and isn't explicitly spelled in most syntax. Regards Antoine. _______________________________________________ Python-Dev mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3/lists/python-dev.python.org/ Message archived at https://mail.python.org/archives/list/[email protected]/message/2MLDSKPN2IZVP6O5G2GLWQY427WT6J73/ Code of Conduct: http://python.org/psf/codeofconduct/
