Result Size: 625 x 571
demo_string_octal.py:
x
 
#A backslash followed by three integers will result in a octal value:
txt = "\110\145\154\154\157"
print(txt) 
C:\Users\My Name>python demo_string_octal.py
Hello