please solve this ....
consider the list l=[1,2,3,4,5,6].What would be displayed for each of the following
expression
print(l+2) (ii) print(l+[8,9]) (iii) print(l[-4,-1]) (iv) print(l)
Answers
Answered by
1
Answer:
Thanks for free points
Similar questions