Another python one-liner.
This commit is contained in:
parent
b08bd9a3a7
commit
c280f28d0a
1 changed files with 1 additions and 0 deletions
1
48/euler48.py
Normal file
1
48/euler48.py
Normal file
|
@ -0,0 +1 @@
|
|||
str(sum([x**x for x in range(1,1001)]))[-10:]
|
Reference in a new issue