Computer Science, asked by akdaksha22, 10 months ago

difference between list and string

Answers

Answered by ramsubhag45
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 sirishalakkimsetti17
1

Answer:

mutability

Explanation:

The main difference between strings and lists is:

STRINGS ARE IMMUTABLE

LISTS ARE MUTABLE

Similar questions