In Python, you can use the while statement for this -- it executes the loop body while the condition is true. The while statement checks the condition before performing each iteration of the loop.