April 13, 2021
7:20 a.m.
On Tue, 13 Apr 2021 03:09:28 +0100 Filipe LaĆns <lains@archlinux.org> 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.