0 out of 68 challenges solved

Fix the error in Python code #2

# Fix the error in the code below
fruits = ["mango", "banana", "guava"]
    fruits.append("pear")
print(fruits)