Run »
#A backslash followed by three integers will result in a octal value: txt = "\110\145\154\154\157" print(txt)
Hello