I want to define 2 variables in python function and define them as float explicitly. However, when i tried to define them in the function parameter, it’s showing syntax error. Please help me get the desired output. Here is the code: Answer Python is a strongly-typed dynamic language, which associates types with values, not names. If you want to force