IDNLearn.com offers a comprehensive platform for finding and sharing knowledge. Get the information you need from our community of experts who provide accurate and thorough answers to all your questions.

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