SyntaxError: ‘return’ outside function. scoping problem [closed]
i’m trying to get this to work but no matter how i indent it, it wouldn’t compile giving me this error. def gcdIter(a, b): ”’ a, b: positive integers returns: a positive integer, the …