L = ["hello", "good day", "hi", "see you", "ciao", "au revoir"] L.insert(0, L.pop()) print (L) list(map(len, L[2::2])