Another python one-liner.

This commit is contained in:
pikatech 2017-07-11 20:31:39 +02:00 committed by GitHub
parent b08bd9a3a7
commit c280f28d0a

1
48/euler48.py Normal file
View file

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