Python · Type Annotations
What does this print? ``` from typing import get_type_hints def f(x: int) -> str: return str(x) print(get_type_hints(f)) ```
Answer locked. Get the free KnowCard app to reveal it — plus spaced-repetition review so it actually sticks.
