Which Of The Following Lines Of Code Will Result In An Error #520
Which of the following lines of code will result in an error?
This multiple choice question (MCQ) is related to the book/course gs gs109 Python. It can also be found in gs gs109 Python Sets - Python Sets - Quiz No.4.
Which of the following lines of code will result in an error?
s={abs}
s={4, ‘abc’, (1,2)}
s={2, 2.2, 3, ‘xyz’}
s={san}