I pass on the following test message. At the entrance to the program I get - . I do data.encode('utf-8') , to which I get an error:
UnicodeDecodeError: 'ascii' codec can't decode byte 0xb5 in position 0: ordinal not in range(128) How to get your word test inside the program?
-not like thetestwell, there’s no way at all - andreymalprint repr(data)with a description of where the data is taken from and where you want to transfer the data. - jfs