Skip to content

Instantly share code, notes, and snippets.

@mypy-play
Created February 15, 2026 15:26
Show Gist options
  • Select an option

  • Save mypy-play/61ece185f84541a6fd5487372091a421 to your computer and use it in GitHub Desktop.

Select an option

Save mypy-play/61ece185f84541a6fd5487372091a421 to your computer and use it in GitHub Desktop.
Shared via mypy Playground
import random
def foo() -> None:
a: float | str
a = random.random()
a = input()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment