Skip to content

Important Feature Missing :- Floating values not accepted by sum function #3

@Krishnendu-Bose

Description

@Krishnendu-Bose

This function is the one which needs to be updated.

def sum(a: int, b: int) -> int:
'''
This function returns the sum of two numbers
Args:
a: float the first number
b: float the second number
Returns:
float the sum of a and b
'''
return a + b
->(url)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions