Renamed to python_template

This commit is contained in:
2023-06-17 19:03:35 +03:00
parent 78c11c4b19
commit 7c2926314b
4 changed files with 3 additions and 3 deletions
View File
+7
View File
@@ -0,0 +1,7 @@
def sum(a, b):
return a+b
def mul(a, b):
return a*b