Python Basics · Unit 4

Membership Tests with in and not in

Learning objectives By the end of this topic, you will be able to: use in to test whether a value belongs to a collection; use not in to test whether a va…

About this lesson

Learning objectives By the end of this topic, you will be able to: use in to test whether a value belongs to a collection; use not in to test whether a va…

Part of Conditional Logic

This lesson belongs to a structured unit with 9 lessons, guided practice, checkpoints, and a reviewed assessment pathway.