SamuelReyes commited on
Commit
525fa4c
·
verified ·
1 Parent(s): 8b0b0e1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -16,7 +16,7 @@ def calculateFiveYear(salary:int)-> int: #it's import to specify the return type
16
  #Keep this format for the description / args / args description but feel free to modify the tool
17
  """A tool calculate salary in five years
18
  Args:
19
- arg1: the first argument
20
  """
21
  salary = salary * 52
22
  return salary
 
16
  #Keep this format for the description / args / args description but feel free to modify the tool
17
  """A tool calculate salary in five years
18
  Args:
19
+ salary: the first argument for calculate
20
  """
21
  salary = salary * 52
22
  return salary