Vidyalelo
Python · Q13

Python Operator Precedence: MCQs for Exam Prep

Programming · Python · question 13

Q13

What will be the value of x in the following Python expression? x = int(43.55+2/2)

A.
43
B.
44
Answer
C.
22
D.
23

Answer: Option B

Solution

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