Files
PyProg_ada/Python/23.03/config.py
2023-04-11 21:01:39 +03:00

8 lines
93 B
Python

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