Can not call the function

Tried defining - float (cucumbers) = 100, it gave an error saying can not call the function

We cannot assign a value to a function, only pass one as an argument.

cucumbers = float(100)