-1

print(‘汉字’) error: [Decode error - output not utf-8]

luxi 12 aastat tagasi uuendaja FichteFoll 12 aastat tagasi 1
print(‘汉字’)            error:  [Decode error - output not utf-8]  
>>> print('汉字')
汉字

What are you doing? Where do you insert this?