代码示例:(标识:python_string_var)
python_string_var.py
a = "Hello"
print(a)
运行结果: