# Introduction In this lab, you need to write a function called `find_unique_number()` that takes a list of integers as input and returns the number that appears only once in the list, or `None` if no such number exists.
Click the virtual machine below to start practicing