This repository has been archived on 2024-01-26. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
project-euler/e0020/euler0020.py

2 lines
66 B
Python

import math
sum([int(x) for x in list(str(math.factorial(100)))])