If you already know Python lists, it is easy to use them for almost everything. That is normal. Lists are usually the first data structure students learn well, so they become the default choice. But ...
Looping is one of the most challenging topics to grasp when learning how to code, learn all the possible ways to loop in python, looping lists, touples, dictionaries and other data-structures. The ...