Remove Last Element from Python List

# Introduction In Python, a list is a collection of items that are ordered and changeable. Sometimes, we need to remove the last element of a list and get all the other elements. In this challenge, you need to create a function that returns all the elements of a list except the last one.

|60 : 00

Click the virtual machine below to start practicing