Code has been added to clipboard!

Basic Syntax for While Loop in Python

Example
while <expression>:
    <statement(s)>