HomeMAL' // MANUFACTORUM
datacrypt
Piton / tests / errors / param_type.py
tests/errors/param_type.py34 B
def a(b: int):
    return
a("ABC")