Exercise: Filter function II

Use the filter() function to remove negative numbers from the list. Adjust and complete the code to make it work.
Python
Setting up Python environment...
Output