# Introduction In this programming challenge, we are given a list of numbers and we need to remove all the duplicate values while preserving the original order of the list. We will be using the `remove()` function to remove the duplicate items from the list.
Click the virtual machine below to start practicing