行者48126 2021-06-27 09:57 开发者_Python百科 余音绕梁血煞帝国 2021-06-27 10:01 开发者_StackOverflow中文版唐朝来客木斯塘祖冲之开发者_高级运维
I have some big numbers (again) and i need to find if the sum of the digits is an even number. I tried this: finding the sum of the digits with a while loop and then checking if that sum % 2 equals 0