代码示例:(标识:python_variables_6)
python_variables_6.py
x = "awesome"
print("Python is " + x)
运行结果: