Solve problem "Sum of digits" online - Learn Python 3 - Snakify

Sum of digits


Statement

Given a three-digit number. Find the sum of its digits.
Advertising by Google, may be based on your interests

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