Programming Constructs
Programming consists of three basic programming constructs:
- Branching/Selection, eg: IF statements.
- Iteration Statements, eg: FOR or WHILE loops.
- Sequences, eg: program that is written in the order that things happen when it is executed. Most Python programs are written like this.
- Branching/Selection, eg: IF statements.
- Iteration Statements, eg: FOR or WHILE loops.
- Sequences, eg: program that is written in the order that things happen when it is executed. Most Python programs are written like this.
Comments
Post a Comment