Lists and Tuple are ordered sequences of values.The difference is that a tuple is "immutable", in other words we cannot modify a tuple after creating it.Example is already in my article https://www.c-sharpcorner.com/UploadFile/75a48f/python-data-types/