Skip to content

Instantly share code, notes, and snippets.

@blueskyjunkie
Created October 19, 2019 15:00
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 blueskyjunkie/9e7bd8a2599267eef11659d33e4bf417 to your computer and use it in GitHub Desktop.
Save blueskyjunkie/9e7bd8a2599267eef11659d33e4bf417 to your computer and use it in GitHub Desktop.
tc=lambda n, b: hex((1 << b)+n if n <0 else hex(n)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment