C-16-Q088mediumsingle_mcq
Which operator is used for subtraction in Python?
Which operator is used for subtraction in Python?
- a
+ - b
- - c
* - d
%
ব্যাখ্যা
The - operator is used for subtraction in Python. The remaining symbols represent addition (+), multiplication (*), and the modulus/remainder operation (%).