4:25 When you used the loop, you started printing "plane" from the second line not the first. Your output should've started with "Cub Special" but instead it started with "Archer." How would you fix this? Edit: Unless I'm just dumb...
@reallifeed122 жыл бұрын
You're absolutely , thanks for pointing that out. To correct this, I should have removed the "plane = airplanes.readline()" above the while statement.