notebook.community
Edit and run
In [3]: sum(int(i) for i in str(2**1000))
sum(int(i) for i in str(2**1000))
Out[3]: 1366
1366