1.

Which of the following lines of code will result in an error?

A. s={abs}
B. s={4, ‘abc’, (1,2)}
C. s={2, 2.2, 3, ‘xyz’}
D. s={san}
Answer» E.


Discussion

No Comment Found