Momentum logo
Team 13 Classroom

Python Dictionaries and List Comprehensions

Posted on Jun 15th, 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 Tuesday, 6/21.

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