Question: solution required in python 1. [10 points) Write a function that takes a number n and a list of integers as input and returns True

solution required in python
1. [10 points) Write a function that takes a number n and a list of integers as input and returns True if n is in the given list and False otherwise. You are not allowed to use the keyword in or any other built-in function. def inList[n, lst)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
