| Python Language Reference Manual by Guido van Rossum and Fred L. Drake, Jr. Paperback (6"x9"), 120 pages ISBN 0954161785 RRP £12.95 ($19.95) Sales of this book support the Python Software Foundation! Get a printed copy>>> |
6 Simple statements
Simple statements are comprised within a single logical line. Several simple statements may occur on a single line separated by semicolons. The syntax for simple statements is:
simple_stmtexpression_stmt-
|
assert_stmt|assignment_stmt|augmented_assignment_stmt|pass_stmt|del_stmt|print_stmt|return_stmt|yield_stmt|raise_stmt|break_stmt|continue_stmt|import_stmt|global_stmt|exec_stmt
| ISBN 0954161785 | Python Language Reference Manual | See the print edition |