Files
2023-12-10 17:38:28 +03:00

8 lines
93 B
Python

def f(a: int, b: int) -> int:
'''
this is an add function
'''
return a + b