The code the while loop repeats comes after the :, inside the indented code block. Like the print() statement here.
while
:
print()
Make sure to pick print("and again").
print("and again")