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/e0048/euler0048.py

2 lines
46 B
Python

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