Skip to content

Instantly share code, notes, and snippets.

@1st
Created October 2, 2019 18:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save 1st/e4232cecdb227c88e19dd447192ddfc1 to your computer and use it in GitHub Desktop.
Save 1st/e4232cecdb227c88e19dd447192ddfc1 to your computer and use it in GitHub Desktop.
2047 Year is coming
"""
>>> 1024+512+256+128+64+32+16+8+4+2+1
2047
>>> bin(2047)
'0b11111111111'
"""
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment