difference between list and string
Answers
Answered by
2
Explanation:
hey
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.
Answered by
1
Answer:
mutability
Explanation:
The main difference between strings and lists is:
STRINGS ARE IMMUTABLE
LISTS ARE MUTABLE
Similar questions