Solve problem "Sum of three numbers" online - Learn Python 3 - Snakify

Sum of three numbers


Statement

Write a program that takes three numbers and prints their sum. Every number is given on a separate line.
Advertising by Google, may be based on your interests

In all the problems input the data using input() and print the result using print().