Created
May 3, 2025 09:28
-
-
Save mypy-play/4e82d2194b167b990da83b77b26bfdf9 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 foo(*args: str) -> tuple[str, ...]: | |
return args | |
print(foo(args="a")) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment