Basic Control Flow Statements (Revisited)if-elif-elseif expr: statements elif expr: statements else: statements whilewhile expr: statements forfor item in sequence: statements |
<<< | O'Reilly OSCON 2000, Introduction to Python, Slide 64 July 17, 2000, beazley@cs.uchicago.edu |
>>> |