A while loop repeats its code block while its condition is True. We code a True condition with True followed by a colon :.
True
:
Make sure to type True:.
True: