usingMaths.com
Demonstrating and showing pupils and students one application of Mathematics.







<< PreviousNext >>

Collecting input for H.C.F. (G.C.D.) Code in Python



Collecting Input in Python.

Let's add some input mechanism so our user enters the set of numbers whose H.C.F. we are to find.


The Python H.C.F. (G.C.D.) code

All we need is a main code that asks the user for input.
For this purpose, we'll use the input() function.

How to use the code

The user gets to enter his/her choice of numbers.
After entering each number, the user presses <Enter>.
After the user has entered every of his/her numbers, the user enters the word done to see the result.


Note: You can comment out the Python code for the main class from the previous lesson if you have been following.










<< PreviousNext >>