Remove List Elements (Challenge)

# Introduction In Python, we can easily remove elements from a list using slice notation. Slice notation allows us to create a new list by taking a portion of an existing list. In this challenge, you will be asked to write a function that removes a specified number of elements from the beginning of a list.

|60 : 00

Click the virtual machine below to start practicing