Unit 2: Functions, Lists, Loops, and File Input
Functions
Learn how to organize and reuse code with functions.
Lists
Learn how to work with lists to store and manipulate collections of data.
Loops
Learn how to repeat code using loops.
Conditionals
Learn how to make decisions in your programs using conditionals.
File Input and Output
Learn how to use files to save and load data in your programs.
Project 2: Grade Tracker
Apply what you’ve learned to build your second project.
Last updated on