Computer Science, asked by sulochnasingh53, 3 months ago

similarities between strings and lists​

Answers

Answered by 2019000794
2

Answer:

Lists are similar to strings, which are ordered collections of characters, except that the elements of a list can have any type and for any one list, the items can be of different types.

Answered by fazilatzahra1
2

Answer:

Answer: Strings and lists are similar, but they are not same and many people don't know the main difference between a string and a list in python. 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.

Similar questions