If I take two list, I can concatenate them with the + operator or with the .extend() method. Both do the same thing.
But if i do list1=list1+list2 it tak
list1=list1+list2