json.dumps(input_python,indent=4).encode().hex().encode()# dict -> json_str -> bytes -> hex_str -> bytes).decode()# bytes -> hex_str).decode()# hex_str -> bytes -> json_str)# json_str -> dictprint(result1,type(result1))print(result1["h_E"],type(result1["h_E"]))...