Explanation: the order of precedence is: %,+. Hence the expression above, on
simplification results in 4 + 3 = 7.
Hence the result is 7.
Q. What will be the value of the following Python expression? 4 + 3 % 5
β
Correct Answer: (B)
7
Explanation by: Mr. Dubey
the order of precedence is: %,+. Hence the expression above, on
simplification results in 4 + 3 = 7.
Hence the result is 7.
simplification results in 4 + 3 = 7.
Hence the result is 7.
Discussion
Question Analytics
222
Total Visits
3 y ago
Published
Mr. Dubey
Publisher
97%
Success Rate