Subtraction¶
Subtraction operator (-
) can be used to subtract two numbers.
Syntax
operand1 - operand2
Example
5 - 2
# 3
Subtraction operator (-
) can be used to subtract two numbers.
operand1 - operand2
5 - 2
# 3