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/48/euler48.py
2017-07-11 20:31:39 +02:00

1 line
46 B
Python

str(sum([x**x for x in range(1,1001)]))[-10:]