Q. Which is the data type of the following Python code?
Code:
x = [1 ,2 , 3]
β
Correct Answer: (A)
List
x = [1 ,2 , 3]
You must be Logged in to update hint/solution