Computer Science, asked by simran29636, 7 days ago

What does the following statement mean in Python? mylist = [ ]​

Answers

Answered by madhudevi2508
1

Answer:

Explanation:

List. Lists are used to store multiple items in a single variable. Lists are one of 4 built-in data types in Python used to store collections of data, the other 3 are Tuple, Set, and Dictionary, all with different qualities and usage.

Similar questions