Add number#

Add two numbers.

Description#

add_number is a Python function returning the sum of two numbers.

Arguments#

afloat

The first number

bfloat

The second number

Returns#

cfloat

The sum of the two input arguments