Odd-length string

markotaht at gmail.com markotaht at gmail.com
Sun Oct 6 09:10:16 EDT 2013


print("Key-" + str(võti) + ": " + str(unhexlify("".join(tulemus))))

IM getting this error on this line. This is the print line of a decryption program. I wanti it to convert the tulemus which is in HEX to ASCII so i could read it. I could use online translators for the line, but since i have 255 lines of the HEX codes, it would be higly unefficient.

How to i fix the Oddlenght string?



More information about the Python-list mailing list