demo_string_escape.py:
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.