Description
Write a Python Program to Find the Highest Common Factor (HCF) or Greatest Common Factor (GCD) of a
Number.
Lab Objective
Upon completion of this lab, you will be able to:
● Build Logical Thinking
● Print the HCF or GCD of a number.
Prerequisites
You should have VS Code or any other suitable IDE for programming and running the code.