Momentum logo
Team 1 Classroom

Python - Sequences and Files

Posted on May 19th, 2020

A sequence is a concept in Python that lets us write code that can deal with a number of different groups of items, such a string (a group of characters), a list, and a dictionary of keys and values.

Today’s topics

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

Project

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

Word Frequency

Resources

Tags: phase-2 python

Back to home