Sum of two floats

Report a typo

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.25

Sample Output 1:

20.02
Write a program in Python 3





___

Create a free account to access the full topic