Great work! That's a lot of action in two lines, isn't it?
Make sure that the first line reads for number in range(1,4):. On the next line, add the print() instruction.
for number in range(1,4):
print()