Warning! The page was not fully loaded, probably because of a network issue. It could be that not all functionalities work as expected. Please try reloading the page.
Drop links or images here to add them to the editor.
Strings, tuples and lists are ordered data structures, which entails
that they can be indexed. Not all data is naturally ordered, which is
why Python offers dictionaries as a way to structure unordered data.