Result Size: 625 x 571
demo_string_escape.py:
x
 
txt = "We are the so-called \"Vikings\" from the north."
print(txt) 
C:\Users\My Name>python demo_string_escape.py
We are the so-called "Vikings" from the north.