Python Forum
Two Dimensional Arrays - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: Homework (https://python-forum.io/forum-9.html)
+--- Thread: Two Dimensional Arrays (/thread-20563.html)



Two Dimensional Arrays - Coder34 - Aug-19-2019

Hello, I am new to this forum. Basically, my task is to create a two-dimensional list with an external file that contains characters, not numbers. I would like to know how to do this with an input asking which row and column you would like to access. If anybody can help it would be much appreciated.(Note: I am not allowed to import anything)


RE: Two Dimensional Arrays - buran - Aug-19-2019

OP found solution to their problem