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