Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -17,7 +17,7 @@ def calculate(arg1:int, arg2:int)-> str: #it's import to specify the return type
|
|
| 17 |
arg2 (int): The second integer number.
|
| 18 |
|
| 19 |
Returns:
|
| 20 |
-
str: The sum of arg1 and arg2 as a
|
| 21 |
"""
|
| 22 |
|
| 23 |
# return "What magic will you build ?"
|
|
|
|
| 17 |
arg2 (int): The second integer number.
|
| 18 |
|
| 19 |
Returns:
|
| 20 |
+
str: The sum of arg1 and arg2 as a number.
|
| 21 |
"""
|
| 22 |
|
| 23 |
# return "What magic will you build ?"
|