Computer Science, asked by bansalmalav76, 8 months ago

Differentiate between lists and strings.

Answers

Answered by llJahangirll
10

Answer:

Strings can only consist of characters, while lists can contain any data type. Because of the previous difference, we cannot easily make a list into a string, but we can make a string into a list of characters, simply by using the list() function. ... Strings are immutable, meaning that we cannot update them

Answered by shamita28
2

PLEASE MARK as BRAINLIEST answer PLEASE

Attachments:
Similar questions