# Introduction In this lab, you need to write a function called `find_gcd_of_numbers()` that takes a list of numbers as input and returns the greatest common divisor of those numbers using a helper function called `gcd()`.
Click the virtual machine below to start practicing