I don't know about everyone else, but I struggled immensely on this assignment. From counter variable not being properly defined , the lectures/readings/exercise only showing partially what we need to do in the lab, etc. I find I'm having similar issues as when I try to teach myself python. All the resources will cover simple topics like: 1+1, what's a list?, etc. Then the actual work is performing long division and cataloging every fifth odd number into a list of a set size. For instance, the textbook has five different ways to pull text from a list but won't tell you how to make a list that only has x amount of items. Even when you find out all the tools you need, there's no guidance on how to combine them. A lot of my struggle came from my own poor time management, but I spent as long on step 3 of the script as the entire lab was suggested to take. Here is as far as my script got:
The place where maps are.