Guest User

Untitled

a guest
Mar 19th, 2018
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. import binascii as bi
  2. a = -32.77
  3. print bi.b2a_hex(a)
  4.  
  5. TypeErrorTraceback (most recent call last)
  6. <ipython-input-21-45d33b1939ce> in <module>()
  7. ----> 1 bi.b2a_hex(a)
  8.  
  9. TypeError: b2a_hex() argument 1 must be string or buffer, not float
Add Comment
Please, Sign In to add comment