This week emphasized Python lists and dictionaries. Interestingly enough, our team utilized both of these structures in our text adventure game last week. This turned out to be an advantage since one of this week’s assignments was to refactor our text adventure game to implement these data structures in some way. We were ahead of the game in that respect. Great job, team!
Other assignments we were tasked with included creating a word frequency analysis program to identify all unique words in a modified version of Dr. Seuss’ Green Eggs and Ham, developing a news headline scraper, and implementing a MadLibs program that would revise a short news story.
You can play with my MadLibs program below: