Understanding the HCF Algorithm in Python
This Python program calculates the HCF (Highest Common Factor) using user input and
the Fast HCF Python Code from the previous lesson.
Let's add some input mechanism so our user enters the set of
numbers whose H.C.F. we are to find.