3 lines
49 B
Python
3 lines
49 B
Python
def add(x: int, y: int) -> int:
|
|
return x + y
|
def add(x: int, y: int) -> int:
|
|
return x + y
|