initial branch

This commit is contained in:
Jazze7 2024-10-23 15:57:35 +05:30
commit e29daec118

4
demo.py Normal file
View File

@ -0,0 +1,4 @@
def add(a,b):
return a*b
print(add(5,6))