Source Code:
(back to article)
string = "hello" b = bytes(string, 'utf-8') print(b)
Result:
Report an issue