QUICK DOCS The 'append' method will add elements to a list. Remember ...

Some people have just a first name and a last name. Some people also have a middle name. Some people have five middle names. Write a program that asks the user how many names they have. (If they have a first name, two middle names, and a last name, for example, they would type 4.) Then, using a for loop, ask the user for each of their names. ................
................