HomeMAL' // MANUFACTORUM
datacrypt
Piton / tests / errors / arg_type.py
tests/errors/arg_type.py36 B
def a(b: int): print_int(b)
a("ABC")