Examveda

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

A. True

B. False

C. No output

D. Error

Answer: Option A


This Question Belongs to Python Program >> Sets In Python

Join The Discussion

Related Questions on Sets in Python