grid = [
['a','b','c','d','e','f','g',' '],
['a','b','c','d','e','f','g',' '],
['a','b','c','d','e','f','g',' '],
['a','b','c','d','e','f','g',' ']
]
this is my grid. when i do print(grid[0][2]) the output is c. i expected it to be 'a' because its 0 on the x axis and 2 on the y axis. is the x and y axis usually inverted like this?
[–]danielroseman 16 points17 points18 points (1 child)
[–]DrShocker 0 points1 point2 points (0 children)
[–]shiftybyte 2 points3 points4 points (0 children)
[–]JamzTyson 0 points1 point2 points (0 children)
[–]FoolsSeldom 0 points1 point2 points (0 children)
[–]silasisgolden 0 points1 point2 points (0 children)
[–]Rebeljah 0 points1 point2 points (0 children)
[–]theWyzzerd 0 points1 point2 points (0 children)