Let’s get some more practice using lists! 1. When the spacebar is pressed, make the cat ask, “What number do you want to add to the list?” Add the number the user enters to the list. 2. When the green flag is clicked, delete everything in the list. 3. When the 1 key is pressed, program the cat to read the list normally, saying each number in the list for 1 second. 4. When the 2 key is pressed, program the cat to read each number in the list doubled. 5. When the 3 key is pressed, program the cat to read the list backwards. 6. When the 4 key is pressed, program the cat to read each number and then whether the number is odd or even (e.g.: “1, Odd, 14, Even,...”).