How would you write xy in Python as an expression ?
2 Likes
x**y
Reason — ** is an arithmetic operator used for exponentiation.
Answered By
1 Like
Which of the following cannot be a variable?
Which of these is not a core data type?
What will be the value of the expression? 14 + 13 % 15
Evaluate the expression given below if A = 16 and B = 15. A % B // A