Skip to content

Instantly share code, notes, and snippets.

@kunigami
Created December 26, 2019 02:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kunigami/645a6cf5d34330e3b7f3298c6a02cc9a to your computer and use it in GitHub Desktop.
Save kunigami/645a6cf5d34330e3b7f3298c6a02cc9a to your computer and use it in GitHub Desktop.
def my_print(s: str) -> None:
print('>' + s)
# error: "my_print" does not return a value
r = my_print('a')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment