Vidyalelo
Python · Q35

Python Operator Precedence: MCQs for Exam Prep

Programming · Python · question 35

Q35

What is the value of the following expression? float(22//3+3/3)

A.
8
B.
8.0
Answer
C.
8.3
D.
8.33

Answer: Option B

Solution

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