Create a file called Oct24_ListForLoopsHW.py and submit it into the google drive when you are finished.
To create an empty list, you can do lst = []
To get input from the shell, use input(“Please input an animal name: “), and then put the result in a variable
Do this four times with four different variables and append them into the list and continue with the rest of the exercise.
If you have any questions, email me at ddjapri@ayclogic.com