Examveda

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={exa}

Answer: Option D


This Question Belongs to Python Program >> Sets In Python

Join The Discussion

Related Questions on Sets in Python