Skip to content

Instantly share code, notes, and snippets.

@aerialist
Created September 4, 2016 08:40
Show Gist options
  • Save aerialist/6314f8096f7979e628c8a448e449a65b to your computer and use it in GitHub Desktop.
Save aerialist/6314f8096f7979e628c8a448e449a65b to your computer and use it in GitHub Desktop.
"{:02X}".format(10)
# 0A
"{:#04X}".format(10)
# 0X0A
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment