Complete the following tasks
Rearrange the following codeblocks to write a function that returns true is a search element is present in a list
Python is an -source programming language, which means its source code is freely available for anyone to view, modify, and distribute. Python's philosophy is guided by the " of " principles, emphasizing readability and simplicity in code. Python uses -based indentation to define blocks of code, replacing traditional braces or keywords used in other languages. A Python is a reusable block of code that can be called with a specific set of inputs, and it typically returns a value.
Heavily scaffolded code
Skeleton code