代码示例:(标识:python_oper_div)
python_oper_div.py
x = 15
y = 3

print(x / y)
运行结果: