Get your own Python server Result Size: 625 x 565
x
 
#A backslash followed by three integers will result in a octal value:
txt = "\110\145\154\154\157"
print(txt) 
Hello