Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- "{0:b}".format(100) # bin: 1100100
- "{0:x}".format(100) # hex: 64
- "{0:o}".format(100) # oct: 144
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement