0

I dont see where is error.Help me

Code is the one with name: "GCD" in my list of codes

14th Apr 2017, 9:51 PM
Leonida17st
Leonida17st - avatar
3 Answers
0
• In line 6 you have to draw the comparison out of the len() function. • j should initially be z • indent the i=1 to the level of j=0 in line 17
14th Apr 2017, 9:58 PM
merkrafter
0
tnx man...and j should be y ...because it's min and gcd will never be bigger then min..
14th Apr 2017, 10:08 PM
Leonida17st
Leonida17st - avatar
- 1
Yes you're right, I don't know what I thought. ^^' The i can be on the level of the inner while loop as well, yes.
14th Apr 2017, 10:13 PM
merkrafter