python_ref_string_encode_1.py:
x
 
txt = "My name is Ståle"
x = txt.encode()
print(x)