Computer Science, asked by devikapinju643, 11 months ago

How are list different from strings when both are sequence

Answers

Answered by vedantisurani
3

Answer:

One simple difference between strings and lists is that lists can any type of data i.e. integers, characters, strings etc, while strings can only hold a set of characters. ... list is a 1D array which occupy a large byte size in storing the values

Explanation:

Similar questions