In this course you will learn about two different types of sequences in Python: tuples and range. You will learn how to set up a tuple, how to manipulate them and how they are different to lists. Setting up a range is a really useful skill to have to produce a list of numbers, it also comes in handy when you start using loops.