I've been googling around for the answer to this question, but have had no luck to date.
Python lists.
I have a list with 3 rows of data in it.
K[0]
K[1]
K[2]
If for example I wish to go to a specific index number within the list discribed obove, say k[2] index 127, how do I do that. I want to be able to print the contents of that element at that index.
All help greatfully appreciated!