0 out of 68 challenges solved

Fix the error in Python code #3

# Fix the error in the code below
fruits = ["apple", "banana", "pear"]
for fruit of fruits:
    print(fruit)