Loops and Iterations

<< Click to Display Table of Contents >>

Navigation:  Designing a PCB with the DEX PCB Designer > Appendix > Scripting > Python > Control Statement >

Loops and Iterations

You implement loops using the for and while statements.

The For Statement

The While Statement