demo_string_literal.py:
#You can use double or single quotes: print("Hello") print('Hello')
➜ begtut>python demo_string_literal.py
Hello
Hello