I'll use mypy, a very popular typechecker. pip install mypy Now I'll create a file named invalid_type.py with incorrect behavior: a: int = 5 a = "string" If ...
確定! 回上一頁