Naver Blog
[Python 3] String에 저장되있는 Hex값 그대로 쓰기
global outFpdef string_hex_to_hex(temps): for i in range(0, int(len(temps)/2)): outtemp = int(tem...