Source Code:
(back to article)
text = u"Hallo, Welt!" print(text.encode('ascii'))
Result:
Report an issue