print(table[1])
This does work, but after printing the data held in row 1 of the table, it prints '1'. Even when printing rows 2/3/4/etc. of the table, every time it prints '1' after printing the table data.
Am I doing something wrong here?
Help appreciated!












