11.3.5: Max in List
The Problem
The Problem
The loop isn't taking the correct value of the variable and checking it.
The Solution
The Solution
Set the variable that will be changing and checked against:
highest = my_list[0]
The loop isn't taking the correct value of the variable and checking it.
Set the variable that will be changing and checked against:
highest = my_list[0]