Iterating lists and dictionaries
Iterating a list or dictionary gives you a finite-state machine You have probably heard that one of the founding insights of q is that lists and dictionaries are functions; that is, the domain of a list or dictionary is its indices; its range is its ...