Please include the comments for me to easily understand. Please use…

Question Answered step-by-step Please include the comments for me to easily understand. Please use… Please include the comments for me to easily understand. Please use PythonImage transcription textQuestion #2 Write a function remove dup that has one argument input list that is a non-empty list. The functionremove_dup should produce a new list that consists of all of the entries found in input_list, except for duplicateentries. It should not alter the contents of input_list. For example, remove_dup ( [1, 1, 0, “abc… Show more… Show more  Computer Science Engineering & Technology Python Programming Share QuestionEmailCopy link Comments (0)