Extracting List Tail in Python

# Introduction In Python, a list is a collection of items that are ordered and changeable. Sometimes, we need to get all the elements of a list except for the first one. This can be done using the list tail method. In this challenge, you will be asked to implement a function that returns all elements in a list except for the first one.

|60 : 00

Click the virtual machine below to start practicing