Momentum logo
Team 14 Classroom

Python Dictionaries and List Comprehensions

Posted on Aug 10th, 2022

🗓️ Today’s topics

  • Dictionaries
  • Tuples
  • Lists and list comprehensions

🐍 Code Break

🎯 Project

Begin the project,Word Frequency . A dictionary will help you solve the problem of counting words. This will be due on Monday, 8/15.

At minimum you should be able to count words and print that count, even if the formatting of your output is not 100% on point.

🔖 Resources

🦉 Code & Notes

Back to home