added comments

This commit is contained in:
Jazze7 2024-10-23 17:41:45 +05:30
parent e29daec118
commit 4f5860bb1f

View File

@ -1,4 +1,5 @@
def add(a,b):
return a*b
print(add(5,6))
print(add(5,6))
# to add the thing