Which of the following are valid operators in Python:
11 Likes
The valid operators are:
** ⇒ Exponentiation operatoris ⇒ Identity operator^ ⇒ Bitwise XOR operatorin ⇒ Membership operator
Answered By
6 Likes
How are string-literals represented and implemented in Python ?
What are operators ? What is their function ? Give examples of some unary and binary operators.
What is an expression and a statement ?
What all components can a Python program contain ?