0
I dont see where is error.Help me
Code is the one with name: "GCD" in my list of codes
3 Respuestas
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
0
tnx man...and j should be y ...because it's min and gcd will never be bigger then min..
- 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.