Mypy Editor
Editor
About
Loading editor...
def example(a: int, b: str) -> int: return a + b
Loading mypy and Python...