Contact: aviboots(AT)netvision.net.il
41,593 questions
54,235 answers
573 users
lst = [173, 122, 98, 7] print('{:02X}{:02X}{:02X}{:02X}'.format(*lst)) ''' run: AD7A6207 '''