Computer Science
Write a program that inputs two lists and creates a third, that contains all elements of the first followed by all elements of the second.
Related Questions
Write a program to increment the elements of a list with a number.
Write a program that reverses a list of integers (in place).
Ask the user to enter a list containing numbers between 1 and 12. Then replace all of the entries in the list that are greater than 10 with 10.
Ask the user to enter a list of strings. Create a new list that consists of those strings with their first characters removed.