📜  python 除法 - Python 代码示例

📅  最后修改于: 2022-03-11 14:45:32.014000             🧑  作者: Mango

代码示例3
#/ is the division symbol in Python, so:
print(12 / 3)
#output: 4