1.

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

A. <’set’>
B. <class ‘set’>
C. set
D. class set
Answer» C. set


Discussion

No Comment Found