Contact: aviboots(AT)netvision.net.il
41,393 questions
53,939 answers
573 users
n = 7 print(bin(n)) n = 12 print(bin(n)) ''' run: 0b111 0b1100 '''