test #1

Closed
a.chiklenerov wants to merge 2 commits from test into master
Showing only changes of commit 117fecd008 - Show all commits

2
app.py
View File

@@ -2,3 +2,5 @@ def calculator(a: int, b: int) -> int:
return a + b
def devide(a: int, b: int) -> int:
return a / b