Contact: aviboots(AT)netvision.net.il
39,895 questions
51,826 answers
573 users
hex_string = "1A2D3E4F"; list_of_bytes = list(bytes.fromhex(hex_string)) print(list_of_bytes) ''' run: [26, 45, 62, 79] '''