How are list different from strings when both are sequence
Answers
Answered by
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