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/16/euler16.py
2017-07-11 20:18:46 +02:00

1 line
42 B
Python

sum([int(x) for x in list(str(2**1000))])