Emaad-Mir / emaad-fastpages

Apache License 2.0
0 stars 5 forks source link

Lists, Dictionaries, and Iterations (and Quiz That Stores Dictionaries) | Emaad’s fastpages #7

Open utterances-bot opened 1 year ago

utterances-bot commented 1 year ago

Lists, Dictionaries, and Iterations (and Quiz That Stores Dictionaries) | Emaad’s fastpages

Here you will find code that involves the use of for, while, and recursive loops in order to print out specific data. Additonally, there is a quiz that incorporates dictionaries in order to collect information.

https://emaad-mir.github.io/emaad-fastpages/jupyter/python/week2hacks/2022/09/04/lists-and-dictionaries.html

jm1021 commented 1 year ago

Mostly a test. But here is a comment. It should raise an Issue in your GitHub Repo.

This QA at the end is impressive work. The only recommendation would be to use a Procedure instead of instead of all the code in one sequence. For instance the "for q in qa_list:" could potentially be in a procedure, you should think about it.