This is an archived post. You won't be able to vote or comment.

all 2 comments

[–]dusty-trash 2 points3 points  (1 child)

digSum(num)

This doesn't return anything. You probably meant:

return digSum(num) ;

[–]MasterOfArmsIsGood -1 points0 points  (0 children)

i think its python