Result Size: 625 x 571
demo_string_escape2.py:
x
 
txt = 'It\'s alright.'
print(txt) 
C:\Users\My Name>python demo_string_escape2.py
It's alright.