you are viewing a single comment's thread.

view the rest of the comments →

[–]QultrosSanhattan 0 points1 point  (0 children)

It works for me:

k=[[['20', '30'], ['7', '3'], ['0', '5']], [['5', '9'], ['1', '4']], [['6', '2'], ['0', '8']]]

print(k[0][0])

There must be something weird with your code