Description
|
Program name
|
The first example program that can be
translated and executed.
|
|
Displaying output: showing the contents
of a single variable or constant at a times
|
|
Display output: mixed string and
variable/constant output
|
|
Getting numeric input via 'input'
|
|
Getting character/string input via 'raw_input'
|
|
Converting between types: real to integer
|
|
Converting between types: string to
numeric
|
|
A sample program with a syntax error
|
|
A sample program that can produce a
runtime error (division by zero)
|
|
A sample program with a logic error
|
|
Formatting output: using triple quotes
|
|
Formatting output: using escape codes
|
|