Project Euler Problem 20

Python

import math

print(sum(map(int, str(math.factorial(100)))))