Python Code Challenge

179 - Create a program that calculates the greatest common divisor (GCD) of two numbers and saves the function in a module. Import the module into another program and allow the user to input the two numbers they want the GCD calculated for.