Created
July 11, 2025 09:10
-
-
Save mypy-play/9ed8c5d24bae2a96126b62e7645d022d to your computer and use it in GitHub Desktop.
Shared via mypy Playground
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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