Send
Close Add comments:
(status displays here)
Got it! This site uses cookies. You consent to this by clicking on "Got it!" or by continuing to use this website.nbsp; Note: This appears on each machine/browser from which this site is accessed.
Python: Statements
1. Python: Statements
2. Python: Statements
3. Statement
4. Simple IPO model
A
statement is a command that is executed for effect.

A computer takes input, processes the input, and produces output.
input: input statements
processing: assignment statements
output: output statements
Primitive statements are input, assignment, and output.
5. Primitive statements
In any programming language, the only statements that do anything (have any effect) are the following.
input
assignment
output
6. Control statements
All other statements control which of the primitive statements get executed (for effect) and in what order and under what contritions.
7. End of page
8. Multiple choice questions for this page
1 questions omitted (login required)