Deals Of The Week - hours only!Up to 80% off on all courses and bundles.-Close
Recap
1. Welcome
Using sets to compute unique elements
Set operations
Simulating machines
Summary

Instruction

Welcome to the fourth part of our course! We already know how to work with lists, tuples, and dictionaries. It's time we've learned how to handle sets!

Sets are used less frequently than lists, dictionaries, or tuples, but they are still of great help in many applications. In this part, we'll show you how they can make your life easier.

Ready, steady... go!

Exercise

Click Next exercise to continue.