Python one-liner

This commit is contained in:
pikatech 2017-07-11 20:18:46 +02:00 committed by GitHub
parent 8564d3de28
commit 13036fb7f6

1
16/euler16.py Normal file
View file

@ -0,0 +1 @@
sum([int(x) for x in list(str(2**1000))])