# Introduction In Python, there are many ways to manipulate lists. One common task is to find the `n` maximum elements from a list. In this challenge, you will be asked to write a function that returns the `n` maximum elements from a list.
Click the virtual machine below to start practicing