Ad
  • Custom User Avatar

    to clarify it is saying "found" has no value

  • Custom User Avatar

    the code also works fine in visual studio code, but does not work on when i test it on codewars

  • Custom User Avatar
        else:
            found = False
    if not found:
        print('Welcome')
    

    can anyone explain why am i getting an error on line if not found: saying it has no value?
    i tried using a return statement in all 3 areas possible above the if not found: still same error.