Matching annotations

Report a typo

Match annotation examples with their type.

Match the items from left and right columns
Annotations for excess parameters
Annotations for simple parameters
Annotations for the return type
def foo(a: int, b: int)
def foo(*args: 'n arguments', **kwargs: float)
def foo() -> max(2, 9)
___

Create a free account to access the full topic