1.
Which operator is right-associative
2.
Which function overloads the >> operator?
3.
Which operator is overloaded by the or() function?
4.
What is the order of precedence in python?
5.
Which is the correct operator for power(x^y)?
6.
What is the output of this expression, 3*1**3?
7.
Operators with the same precedence are evaluated in which manner?
8.
What is the answer to this expression, 22 % 3 is?
You Can Write Down Your Score in the Comment Box.