Home / Programming MCQs / Python MCQs / Question

P

Praveen Singh • 27.20K Points
Instructor II

Q. What will be the output of the following Python code snippet?

Code:
z=set('abc$de')
'a' in z
(A) Error
(B) True
(C) False
(D) No output

No solution found for this question.
Add Solution and get +2 points.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.