Complete the for loop and add a display statement outside the code block.
for
Make sure to pick for followed by in and then range(3), print("All entries added").
in
range(3)
print("All entries added")