This repository has been archived on 2024-01-26. You can view files and clone it, but cannot push or open issues or pull requests.
project-euler/20/euler20.py
2017-07-11 20:23:22 +02:00

2 lines
66 B
Python

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