1 line
46 B
Python
1 line
46 B
Python
def sum_as_string(a: int, b: int) -> str: ...
|
def sum_as_string(a: int, b: int) -> str: ...
|