Files
python-template/python_template/main.py
T
2023-06-17 19:03:35 +03:00

8 lines
63 B
Python

def sum(a, b):
return a+b
def mul(a, b):
return a*b