Possible topics covered: for loop, lists, and nested loop. Keep…

Question Answered step-by-step Possible topics covered: for loop, lists, and nested loop. Keep… Image transcription textQuestion 3 (10 points): De?ne a function non_factors_p that takes two positive integers n and p as parametersand returns a list of integers between 1 and n that are NOT a factor of p, including n if it is not a factor of p.Please note the following: A. The order of numbers in the returned list does not matter. B. The nu… Show more… Show morePossible topics covered: for loop, lists, and nested loop. Keep answer simple to understand and add comments for clarity. Computer Science Engineering & Technology Python Programming CSC 247 Share QuestionEmailCopy link Comments (0)