Just wondering binary to hex
a = 0b10101111
bin(a) >>>>>  "10101111"

this results in a string that can be accessed with [] notation 

is there an easy way to go backwards I want to change some of the bits and 
get a hex back 

M

Reply via email to