Vidyalelo
Python · Q5

Python Operator Precedence: MCQs for Exam Prep

Programming · Python · question 5

Q5

What will be the value of the following Python expression? 4+2**5//10

A.
3
B.
7
Answer
C.
77
D.
0

Answer: Option B

Solution

Answer: Option B
No explanation is given for this question Let's Discuss on Board