代码示例:(标识:python_string_literal)
python_string_literal.py
#You can use double or single quotes:

print("Hello")
print('Hello')
运行结果: