TypeError: decoding str is not supported
问题 Im trying to make a attribute characteristic randomiser for my nephews board game and I'm trying to write the attributes to an external file so that he can use them later. when i am trying to write to the file it comes up with the error speedE = str('Speed -', str(speed)) TypeError: decoding str is not supported my code is adding the calculated attribute to the name of the attribute. I.E. ('Strength - ', strengthE) my code is ... import random char1 = open('Character1.txt', 'w') strength = 10