Imagine that you are working with the penguin DataFrame penguins_example. You can see it below.
As you might have noticed, the last two rows of penguins_example are identical. Your task is to delete the last row to avoid repetitions.
Note that the DataFrame is already stored in the variable penguins_example, so you just need to insert your code before the print() function. You don't need to import pandas here.