If value1 is 2.0 and value2 is 12, what is the output of the following command? print(value1 * value2)

If value1 is 2.0 and value2 is 12, what is the output of the following command?
print(value1 * value2)


Answer: 

24.0


Learn More :