Cracking the Accenture Coding Question June 2023 | HCF of two numbers in Python | Python tutorial

Опубликовано: 27 Июль 2026
на канале: Engineers Revolution
190
0

Question No: 01

This is a programming Question.

Please do not forget to select any one language from the "Select language"
drop down menu before you start coding.

Please write the code in the given text area.

You can check your program by clicking on the complie button.

Once your program is finalized, you must submit your program for
evaluation by clicking on the submit button.

Also ensure while printing the output of your program, if required
you only print the excat output of the program
without any leading or preceding text or remark


You have been given two numbers
You have to find its highest common divisor
which is also know as HCF

e.g- 675 835
return 5