Exercise: Count Occurrences with a for-loop

Iterate over fruits and count how many times 'apple' appears. Store the result in count.
Python
Setting up Python environment...
Output