Multiplication¶
Multiplication operator (*
) can be used to multiply two numbers.
Syntax
operand1 * operand2
Example
9 * 2
# 18
Multiplication operator (*
) can be used to multiply two numbers.
operand1 * operand2
9 * 2
# 18