David McClymont

Results 1 comments of David McClymont

ok i can turn it into a string this way ` string_of_charset = "" for x, i in enumerate(charset): string_of_charset+=str(i[0])` But I get the error > Traceback (most recent call...