I have a file say input.txt
which contains data in the following format ::
[8, 3, 4, 14, 19, 23, 10, 10, "Delhi"]
13
"Delhi"
8
10
19
How can i read the data in python or ruby. And I can see that my first row contains data which contains both integer and string. And also how can I store it?