Q23
What will be the output of the following Python code? s=4>3, 0, 3-3 all(s) any(s)
A.
True
False
False
B.
False
True
AnswerTrue
C.
True
True
True
D.
False
False
False
Answer: Option B
Solution
Answer: Option B
No explanation is given for this question Let's Discuss on Board