AlexKumar19 / fastpages-APCSP

GNU General Public License v3.0
0 stars 5 forks source link

Alex Kumar Week 2: Data Abstraction #7

Open AlexKumar19 opened 1 year ago

AlexKumar19 commented 1 year ago

Link to my Time Box fragments or weekly work table Link to Lists, Dictionaries, Iteration that uses loops to parse through InfoDb Link to Basketball data that uses a table to record stats about my favorite players Link to Html fragments and theme changes I was able to use a for loop, a while loop, a recursion, and a for loop with an index to go through InfoDb to print out the data, I also was able to output the data in reverse order. I made a quiz that stores the answers in a dictionary so I am able to refer back to the keys to verify the answers in a quiz. Finally I used liquid syntax to output the time in my website

safinsingh commented 1 year ago

Looks great, Alex! You checked all the boxes with:

Great job, I would give you a 3.0/3.0!

AlexKumar19 commented 1 year ago

I believe that I deserve to get a 3 because I was able to go above and beyond and include all of the types of loops including a while loop, for loop, for loop with index, and a recursion. Another thing that I was able to do was output the list in reverse order. I was also able to properly utilize liquid syntax to add time to my blog. Another thing that I did was make a quiz that utilizes a dictionary to put out the quiz very efficiently.