adplus-dvertising
frame-decoration

Question

What is the output of the code shown?
s=set()
type(s)

a.

<’set’>

b.

<class ‘set’>

c.

set

d.

class set

Posted under Python

Answer: (b).<class ‘set’>

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. What is the output of the code shown?