C-16-Q089mediumsingle_mcq
Which operator is used for multiplication in Python?
Which operator is used for multiplication in Python?
- a
x - b
* - c
. - d
&
ব্যাখ্যা
Multiplication in Python is performed with the asterisk * operator. A letter such as x or a dot is not a valid arithmetic operator for multiplication.