Post

@PythonDvz Answer: A. list
Solution: The square brackets at the start and end indicate that the object is a list.
A list is a collection that can hold objects of any other data type, like int, str, float, etc.
English

@PythonDvz With the square brackets []
That's obviously a List data type.
English














