Write a python script that accepts number from user and print sum of digit of the number.
e,g if user entered number-453 output : 4+5+3= 12