Computer Science, asked by dinesh789363, 21 days ago

python,list can u explan

Answers

Answered by richaagarwal139
0

Answer:

list is a data structure in Python that is a mutable, or changeable, ordered sequence of elements. Each element or value that is inside of a list is called an item. Just as strings are defined as characters between quotes, lists are defined by having values between square brackets [ ] .

Answered by lkg13
0

Answer: between square brackets [ ] .

Explanation: A list is a data structure in Python that is a mutable, or changeable, ordered sequence of elements. Each element or value that is inside of a list is called an item. Just as strings are defined as characters between quotes, lists are defined by having values between square brackets [ ] .

Similar questions