代码示例:(标识:python_ref_int_1)
python_ref_int_1.py
x = int(3.14)

print(x)
运行结果: