C-16-Q087mediumsingle_mcq
Which operator is used for addition in Python?
Which operator is used for addition in Python?
- a
- - b
* - c
+ - d
/
ব্যাখ্যা
The + operator performs addition in Python. The other symbols stand for subtraction (-), multiplication (*), and division (/).