If I have a list in python e.g list = [janet,tommy,micheal] and I want to take the first three letters by iteration. How do I do it in python?
I have tried to use the