Momentum logo
Team 8 Classroom

Python Sequences and Files

Posted on Jun 8th, 2021

We can use the generic term sequence for any object that provides an ordered structure for a number of items, such as a string (a group of characters), a list, or a dictionary (keys and values).

πŸ“… Today’s Topics

  • Lists and tuples
  • More Strings
  • Dictionaries
  • Working with files

🐍 Code Break

Try working with lists

🎯 Project

This project is not due until Thursday of this week, but you should start working on it today.

Word Frequency

πŸ”– Resources

πŸ¦‰ Code & Notes

Back to home