Learn how to take advantage of static typing in Python using mypy. ... i = 5 reveal_type(i) # Revealed type is 'builtins.int' def foo() -> ...
確定! 回上一頁