This website requires JavaScript.
Explore
Help
Sign In
steven-y-e
/
python-euler
Watch
1
Star
0
Fork
You've already forked python-euler
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
12b6a7cad6
python-euler
/
solutions
/
016
/
powerdigitsum.py
6 lines
76 B
Python
Raw
Blame
History
digitSum
=
0
for
i
in
str
(
2
*
*
1000
)
:
digitSum
+
=
int
(
i
)
print
(
digitSum
)
Reference in New Issue
View Git Blame
Copy Permalink