代码示例:(标识:python_syntax_variables)
python_syntax_variables.py
x = 5
y = "Hello, World!"

print(x)
print(y)
运行结果: