'2d Array Questions (Python)
I'm having trouble figuring out where to start on a project where I need to write a python program that can take input from a text file and use it to print an image within a 2d array. Seems simple but I'm having trouble figuring out exactly where I might need to start. Would anyone be able to help give me an idea of how to kick things off or hypothetical ways to look at the problem?
Perhaps this is too vague and I need to give more details of what my project needs to do. I have to take a text file with a section of inputs then I need to have a cursor essentially take those inputs and directions and move through the 2d array until its finished and then print the resulting image. I know how to have the document read it, its more I have no clue how to get the cursor moving within the array or to take instructions.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
