Python Compiler
txt = "Learn pythön!" x = txt.encode() print(x)
OUTPUT
b'Learn pyth\xc3\xb6n!'
×

Save as Private