代码示例:(标识:python_variables_1)
python_variables_1.py
x = 10
y = "Bill"
print(x)
print(y)
运行结果: