CBSE Class 12 Computer Science
Question 54 of 105
Python Revision Tour — Question 8
Back to all questions**
Reason — Let's go through each option and see if its valid arithmetic operator or not:
- ? — The question mark is not a valid arithmetic operator in Python.
- < — It is a relational operator.
- ** — It is an arithmetic operator.
- and — It is a logical operator.