iNTERFACEWARE Products Manual > Learning Center > Learning Python > Conditional Statements and Loops |
|
Looking for Iguana v.5 or v.6? Learn More or see the Help Center.
In Python, you can specify that certain statements are only to be processed if a specified condition is true. These statements are known as conditional statements. When a conditional statement can be processed more than once, it is called a loop. If you have previous programming experience, conditional statements in Python will seem familiar to you:
The following sections provide more details on the conditional statements and loops available in Python, and on the values defined for use in them: |