Vidyalelo
Python · Q23

Python Sets MCQs: Exam

Programming · Python · question 23

Q23

What will be the output of the following Python code? s=4>3, 0, 3-3 all(s) any(s)

A.
True
False
B.
False
True
Answer
C.
True
True
D.
False
False

Answer: Option B

Solution

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