Finding GCD of List of Numbers

# 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()`.

|60 : 00

Click the virtual machine below to start practicing