py-demo/demo.py
2024-10-23 17:41:45 +05:30

5 lines
64 B
Python

def add(a,b):
return a*b
print(add(5,6))
# to add the thing