Source Code:
(back to article)
string = "hello" b = string.encode() print(b)
Result:
Report an issue