Appendix A A Brief Python Tutorial

most cases, this will involve single-line statements, like the “print” function shown above. Multi-line statements can also be entered into the interactive shell. Python uses the “...” prompt to indicate that a continuation line is needed to define a valid multi-line statement. For example, a conditional statement requires a block of ... ................
................