Write a program that reads two float numbers from the input (use the float() function) and prints their sum.
Tip: Don't use the specific numbers from the example, read them from the user.
Write a program that reads two float numbers from the input (use the float() function) and prints their sum.
Tip: Don't use the specific numbers from the example, read them from the user.
Sample Input 1:
8.77
11.25Sample Output 1:
20.02Create a free account to access the full topic