demo_string_literal.py:
#You can use double or single quotes: print("Hello") print('Hello')
C:\Users\My Name>python demo_string_literal.py
Hello
Hello