Examveda

What will be the output of the following Python code?
s=set()
type(s)

A. <'set'>

B. <class 'set'>

C. set

D. class set

Answer: Option B


This Question Belongs to Python Program >> Sets In Python

Join The Discussion

Related Questions on Sets in Python