Advertisement
Peaser

Untitled

Aug 20th, 2015
464
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.09 KB | None | 0 0
  1. "{0:b}".format(100) # bin: 1100100
  2. "{0:x}".format(100) # hex: 64
  3. "{0:o}".format(100) # oct: 144
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement