How To Think Like a Computer Scientist
Runestone in social media:
Follow @iRunestone
Help support us:
Table of Contents
Book Index
Scratch ActiveCode
Navigation Help
Help for Instructors
About Runestone
Report A Problem
Chapters
1. General Introduction
2. Simple Python Data
3. Debugging Interlude 1
4. Python Turtle Graphics
5. Python Modules
6. Functions
7. Selection
8. More About Iteration
9. Strings
10. Lists
11. Files
12. Dictionaries
13. Recursion
14. Classes and Objects - the Basics
15. Classes and Objects - Digging a Little Deeper
7. Selection
¶
Selection
¶
7.1. Boolean Values and Boolean Expressions
7.2. Logical operators
7.3. Precedence of Operators
7.4. Conditional Execution: Binary Selection
7.5. Omitting the
else
Clause: Unary Selection
7.6. Nested conditionals
7.7. Chained conditionals
7.8. Boolean Functions
7.9. Glossary
7.10. Exercises
Next Section - 7.1. Boolean Values and Boolean Expressions