With the word while, we can execute a set of lines while a certain condition is True.
while
True
Nice! Now, this loop will run while True is, well, True.
Make sure the code reads while.