Python one-liner
This commit is contained in:
parent
8564d3de28
commit
13036fb7f6
1 changed files with 1 additions and 0 deletions
1
16/euler16.py
Normal file
1
16/euler16.py
Normal file
|
@ -0,0 +1 @@
|
|||
sum([int(x) for x in list(str(2**1000))])
|
Reference in a new issue