Q43
What will be the output of the following Python code? x=10 y=8 assert x>y, 'X too small'
A.
Assertion Error
B.
10 8
C.
No output
AnswerD.
108
Answer: Option C
Solution
Answer: Option C
No explanation is given for this question Let's Discuss on Board