This course will become read-only in the near future. Tell us at community.p2pu.org if that is a problem.

Flow Control [April 18, 2011, 11:09 p.m.]



Flow control consists of tools to determine the sequence of events in a program. The primary aspects of Python flow control include:

  • boolean logic
  • loops
  • iterators

 

Learning Resources