Remove List Elements from the End

# Introduction In Python, you can remove elements from a list using various methods. One such method is to remove elements from the end of the list. In this challenge, you will write a function that removes `n` elements from the end of a list.

|60 : 00

Click the virtual machine below to start practicing