代码示例:(标识:python_ref_str)
python_ref_str.py
x = str(3.14)

print(x)
运行结果: