10.9. Chapter Summary

This chapter included the following concepts from computing.

10.9.1. Summary of Python Keywords and Functions

  • while - Used with a logical expression as while expression: to construct a loop that continues as long as the expression is true.

  • True/False - The literal values that can be used to represent a logical true or false value.

You have attempted of activities on this page