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

Sum of ten numbers


Statement

10 numbers are given in the input. Read them and print their sum. Use as few variables as you can.
Advertising by Google, may be based on your interests

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