I\'m trying to create a simple program that tells you your lucky number according to numerology. I keep on getting this error:
File \"number.py\", line 12, i
sumall = summ + sumd + sumy
Your sumall is an integer. If you want the individual characters from it, convert it to a string first.
sumall