# Introduction In this lab, you need to write a function called `find_unique()` that takes a list as input and returns a new list containing only the numbers that occur only once in the input list, in the same order as they appear in the input list.
Click the virtual machine below to start practicing