Send Close Add comments: (status displays here)
Got it!  This site "www.robinsnyder.com" uses cookies. You consent to this by clicking on "Got it!" or by continuing to use this website.  Note: This appears on each machine/browser from which this site is accessed.
Python: Statements
by RS  admin@robinsnyder.com : 1024 x 640


1. Statement

2. Simple IPO model
A statement is a command that is executed for effect. input process outputA computer takes input, processes the input, and produces output. Primitive statements are input, assignment, and output.

3. Primitive statements
In any programming language, the only statements that do anything (have any effect) are the following.

4. Control statements
All other statements control which of the primitive statements get executed (for effect) and in what order and under what contritions.

5. End of page

by RS  admin@robinsnyder.com : 1024 x 640