Q. From the previous question, give output of expressions that do not result in error.


Answer =

Outputs:-

(a)
>>> L1 == L2
False
>>>

(c)
>>> L1[3].upper()
'LIST'
>>>

(f)
>>> L2[1][1].upper()
'ANOTHER'

Post a Comment

You can help us by Clicking on ads. ^_^
Please do not send spam comment : )

Previous Post Next Post