Guest User

Untitled

a guest
May 27th, 2018
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. >>> hex_str = "0x{:064x}".format(10)
  2. >>> print(hex_str)
  3. '0x000000000000000000000000000000000000000000000000000000000000000a'
Add Comment
Please, Sign In to add comment