Printing a string

Python: Chapters 1-4, excluding files. Types of data: integer, floating point, string, list (NOT long) Variables referring to current values of data. Assignment, print, input, and raw_input statements . The normal sequential order of operations. Looping through a sequence. Basic arithmetic operations +, -, *, / and % (remainder) Range function. Sequence operations +, *, referring to a single ... ................
................