py-demo/demo.py
2024-10-23 15:57:35 +05:30

4 lines
45 B
Python

def add(a,b):
return a*b
print(add(5,6))