0 out of 68 challenges solved

Fix the error in Python code #5

# Fix the error in the code below
fruits = ["apple", "mango", "pear"]
favorite = fruits(1)  # mango
print(favorite)