wsq12 Greates common divisor

For this wsq I had to make a programm that ask to the user for two numbers, and the programm will return the greatest common divisor of thoose numbers. For made that possible I create a function for thath, and after that a I used statements for the two number when the user didnt insert positive integer numbers. I introduce something extra when the user want to know an other greates common divisor of other numbers.

here is my code: https://github.com/EfrainDuarte95/TC1014/blob/master/wsq12.py

 

CC BY 4.0 wsq12 Greates common divisor by Efrain Duarte is licensed under a Creative Commons Attribution 4.0 International License.

Comments are closed.