Contact: aviboots(AT)netvision.net.il
40,875 questions
53,283 answers
573 users
b = '11011' n = hex(int(b, 2)) print(n) ''' run: 0x1b '''