Python Boolean Exercises

From WLCS
Revision as of 11:42, 27 September 2012 by Admin (talk | contribs) (Created page with "==Objectives== * You will learn to use if-statements to control program flow * You will learn to write Boolean logic expressions * You will learn to combine multiple logic expres...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Objectives

  • You will learn to use if-statements to control program flow
  • You will learn to write Boolean logic expressions
  • You will learn to combine multiple logic expressions using:
    • and
    • or
    • not

Directions

  1. Open Wing IDE 101
  2. Complete the following Python exercises

References

Exercises