cmd+k|ctrl+k
cmd+k
ctrl+k
Navigation
Browse public code snippets.
Contact us about glot.io.
Read the privacy policy.
Manage snippets in your account.
Open your account settings.
Languages
Create a new Python snippet.
Create a new TypeScript snippet.
Create a new C snippet.
Create a new Rust snippet.
Create a new Java snippet.
Python
public
thanhtu250590
2016-07-06T04:33:39Z
char = list(str(2**1000)) sum_char = 0 for i in char: sum_char += int(i) print(sum_char)