Kaiser1308 commited on
Commit
c0d340b
·
verified ·
1 Parent(s): c166539

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 string.
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 ?"