HomeMAL' // MANUFACTORUM
datacrypt
Piton / tests / errors / duplicate_params.py
tests/errors/duplicate_params.py42 B
def a(b: int, b: int) -> int: return a + b