Sum of Digits

Easy

Input: `n` (int). Return: Sum of its digits.

Example

Input: 123
Output: 6
Run your code to see output