Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 |
-
|
| 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
|