Computer Science, asked by bharathjrsb, 5 months ago

What is the output of the following code?
Ist = ['a','b','c']
Ist += 'de'
print (lst)​

Answers

Answered by theintelligent99
2

Answer:

a ,b ,c,de

hope it helps

Similar questions