Guest User

Untitled

a guest
Mar 19th, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. b"abcdef"
  2.  
  3. bytes([72, 101, 108, 108, 111])
  4.  
  5. strvalue = bytesvalue.decode('utf-8')
  6.  
  7. bytesvalue = strvalue.encode('utf-8')
Add Comment
Please, Sign In to add comment