GRANSAZERGO GRANSAZERGO Engineering Answered URGENT!!PYTHON CODEAssume 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 otherwiseAdditional Notes: L and target should not be modified