forked from AutoResearch/contributor-onboarding
-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
contributor-onboarding/src/utils.py
Line 20 in 1d943fe
| def multiply(a, b) -> float: |
def multiply(a, b) -> float:
'''
This function returns the product of two numbers
Args:
a: float the first number
b: float the second number
Returns:
float
'''
return a * b
Expected behavior: Returns the float product of two numbers.
Actual behavior: Accepts non-floats and may return unexpected types.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels