Contact: aviboots(AT)netvision.net.il
41,610 questions
54,273 answers
573 users
s = 'Ύμνος - abc' byte = s.encode('utf-8') print(byte) ''' run: b'\xce\x8e\xce\xbc\xce\xbd\xce\xbf\xcf\x82 - abc' '''