Examveda

What will be the output of the following Python code snippet?
z=set('abc$de')
'a' in z

A. Error

B. True

C. False

D. No output

Answer: Option B


This Question Belongs to Python Program >> Introduction To Python

Join The Discussion

Related Questions on Introduction to Python