HomeMAL' // MANUFACTORUM
datacrypt
Piton / tests / errors / arity_too_few.py
tests/errors/arity_too_few.py66 B
def a(b: int, c: int, d: int) -> int:
    return b + c + d
a(1, 2)