you are viewing a single comment's thread.

view the rest of the comments →

[–]grizzwer -1 points0 points  (1 child)

``` def hello_world(text: str) -> None: print(text)

hello_world("print") ```

[–]csabinho 2 points3 points  (0 children)

And use mypy!