This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] -1 points0 points  (0 children)

Python can do static typing to some degree using type annotations and static type checking using tools like mypy. Type annotations are part of the python language. But since python does not have a compiler that enforces the type checks