I check for a value with 'for i in list' with an if else statement. It runs the program on each indexed element individually until 'break.' Why does else run when if has been satisfied?
The example I copied only returned an answer for the if statement. Not the else.The instruction material said the else wouldn't return until all the indexed elements had been checked, but it answers for each element individually.