I need to write a python program that follows the guidelines below. Can you help?
Write a program which will calculate greatest common divisors using Euclid's
method. Your program must include a function to perform Euclid's algorithm, and other
code to handle input and output, and make a function call to the Euclid algorithm
function. The program must accept input from the keyboard for the two numbers, and
should display results on the screen. Also, your formal parameters and your actual
parameters must have different names within the source code.
Comments
Leave a comment