Please ensure that JavaScript is running.
Learn
Challenges
Blogs
About
Contact
Learn
Challenges
Blogs
About
Contact
Home
/
Code-challenges
/
Create Greatest Common Divisor (GCD) module
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.
Python
Modules and Packages