1.

What is the output of the code shown below? s={1, 2, 3} s.update(4) s

A. {1, 2, 3, 4}
B. {1, 2, 4, 3}
C. {4, 1, 2, 3}
D. Error
Answer» E.


Discussion

No Comment Found