Momentum logo
Team 2 Classroom

Python Sequences and Files

Posted on Jun 16th, 2020

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
  • Strings
  • Dictionaries
  • Working with files

🐍 Code Break

Try working with lists

Project

You’ll be doing this assignment for the next two days, and we’ll work on parts of it in class.

Word Frequency

Resources

Back to home