代码示例:(标识:python_variables_2)
python_variables_2.py
x = 5
x = "Steve"
print(x)
运行结果: