errors will be detected before running $ mypy --strict fib.py fib.py:12: error: ... define arguments with names beginning with __ def fib(__n: int) -> int: ...
確定! 回上一頁