Examveda

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

C. True
True

D. False
False

Answer: Option B


This Question Belongs to Python Program >> Sets In Python

Join The Discussion

Related Questions on Sets in Python