Python has type annotations! Adding them would enable editors to identify mistakes and would allow static typechecking as a test (i.e. via [mypy](http://mypy-lang.org/index.html)).
Python has type annotations! Adding them would enable editors to identify mistakes and would allow static typechecking as a test (i.e. via mypy).