Which is the correct operator for power(xy) ??
a) X^y
b) X**y
c) X^^y
d) None of the mentioned
Operators In Python. This section includes Multiple Choice Questions related to Operators in Python Programming Language.
a) X^y
b) X**y
c) X^^y
d) None of the mentioned
a) /
b) //
c) %
d) None of the mentioned
i) Parentheses
ii) Exponential
iii) Multiplication
iv) Division
v) Addition
vi) Subtraction
a) i,ii,iii,iv,v,vi
b) ii,i,iii,iv,v,vi
c) ii,i,iv,iii,v,vi
d) i,ii,iii,iv,vi,v
a) 7
b) 1
c) 0
d) 5
a) True
b) False
a) Left to Right
b) Right to Left
c) Can’t say
d) None of the mentioned
a) 27
b) 9
c) 3
d) 1
a) Addition and Subtraction
b) Multiplication, Division, and Addition
c) Multiplication, Division, Addition, and Subtraction
d) Addition and Multiplication
a) Exponential
b) Addition
c) Multiplication
d) Parentheses