본문 바로가기

problem solving/Project Euler

Problem 20 - Find the sum of digits in 100!

링크

n! means n × (n − 1) × ... × 3 × 2 × 1

Find the sum of the digits in the number 100!


easy with python