python_string_literal.py:
x
 
#You can use double or single quotes:
print("Hello")
print('Hello')