For those who are not aware, Mypy is a static checker for Python. ... def greeting(name: str) -> str: return 'Hello ' + name.
確定! 回上一頁