Assemble the for loop so that print("Wonderwall") is inside the code block.
for
print("Wonderwall")
Make sure to pick for followed by i and then in, range(1):, print("Wonderwall").
i
in
range(1):