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

Make sure to type True:.