URGENT!!

PYTHON CODE
Assume you already have 2 variables: L which refers to a list of integers, and target, which refers to an integer.



Write a code that assigns the value True to a variable called found if the target exists in L and False otherwise



Additional Notes: L and target should not be modified