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.

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