Division¶
Division operator (/
) can be used to divide two numbers.
Syntax
operand1 / operand2
Example
10 / 3
# 3.333
Division operator (/
) can be used to divide two numbers.
operand1 / operand2
10 / 3
# 3.333