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
You can't do something like that: (int(sumall[0])+int(sumall[1]))
(int(sumall[0])+int(sumall[1]))
That's because sumall is an int and not a list or dict.
sumall
int
So, summ + sumd will be you're lucky number
summ + sumd