In short, if we use the extend function and within the parameters we don't use square brackets, python will only print out our string letter by letter. However, if we put square brackets into this then python would realize we're trying to add the whole string and give it it's unique index which we can then later on use.