BEGIN:VCALENDAR
VERSION:2.0
CALSCALE:GREGORIAN
BEGIN:VEVENT
URL:https://www.learndesk.us/class/4873855350865920/lesson/1cfb0bf8cd308b599624dbd7379e9290?ref=outlook-calendar
SUMMARY:Lesson 5 Part1 Homework
DTSTART;TZID=America/Los_Angeles:20260407T190000
DTEND;TZID=America/Los_Angeles:20260407T200000
LOCATION:https://www.learndesk.us/class/4873855350865920/lesson/1cfb0bf8cd308b599624dbd7379e9290?ref=outlook-calendar
DESCRIPTION: HOMEWORK 5 Part1
Question 1
Make a list1 of 10 numbers from 0 to 9.[0,1,2,3,4,5,6,7,8,9]Make an empty list called list2. []Slice the first numbers of list 1 and put them into list 2.Slice the second and third numbers of list 1 and put them into list2Slice the fourth, fifth, and sixth numbers of list 1 and put them into list2Slice the seventh, eighth, ninth, and tenth numbers of list 1 and put them into list2Hint: use slicing and appendYou should get something like this:[[0], [1, 2], [3, 4, 5], [6, 7, 8, 9]]Put your code in a file called homework5.py
Question 2
Make a list called animals of your favorite animals like elephants, cats, dogs, etc.Print out the list of animals.Ask the user of your program to type in one of the animals from your list, that they don&rsquo;t like.Then ask them to type in an animal (not in the list) they do like.Replace the animal in the first list they don&rsquo;t like with an animal they do like.Then reprint the animal list with the heading &ldquo;Animals...

https://www.learndesk.us/class/4873855350865920/lesson/1cfb0bf8cd308b599624dbd7379e9290?ref=outlook-calendar
STATUS:CONFIRMED
SEQUENCE:3
BEGIN:VALARM
TRIGGER:-PT10M
DESCRIPTION:Class Reminder
ACTION:DISPLAY
END:VALARM
END:VEVENT
END:VCALENDAR