Skip to content

Instantly share code, notes, and snippets.

@mypy-play
Created July 11, 2025 09:10
Show Gist options
  • Save mypy-play/9ed8c5d24bae2a96126b62e7645d022d to your computer and use it in GitHub Desktop.
Save mypy-play/9ed8c5d24bae2a96126b62e7645d022d to your computer and use it in GitHub Desktop.
Shared via mypy Playground
def word(name: str) -> str:
return f"my name is {name}"
print(word("evan"))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment