Loading [MathJax]/extensions/mml2jax.js
Skip to main content
Library homepage
 

Text Color

Text Size

 

Margin Size

 

Font Type

Enable Dyslexic Font
Engineering LibreTexts

Search

  • Filter Results
  • Location
  • Classification
    • Article type
    • Author
    • Set as Cover Page of Book
    • License
    • Show TOC
    • Transcluded
    • OER program or Publisher
    • Autonumber Section Headings
    • License Version
    • Print CSS
  • Include attachments
Searching in
About 3 results
  • https://eng.libretexts.org/Bookshelves/Computer_Science/Programming_Languages/Python_Programming_(OpenStax)/04%3A__Decisions/4.00%3A_Introduction
    This page explains Python's program execution, primarily along a single path, while enabling multiple execution routes through conditional statements (branches). It uses an analogy of choosing paths b...This page explains Python's program execution, primarily along a single path, while enabling multiple execution routes through conditional statements (branches). It uses an analogy of choosing paths based on width to clarify branching. The discussion links to earlier topics on expressions, highlighting their significance in decision-making within programming.
  • https://eng.libretexts.org/Bookshelves/Computer_Science/Programming_Languages/Python_Programming_(OpenStax)/05%3A_Loops/5.04%3A_Break_and_Continue
    This page outlines learning objectives for using break and continue statements in programming loops. The break statement enables exiting loops when conditions are met, while the continue statement ski...This page outlines learning objectives for using break and continue statements in programming loops. The break statement enables exiting loops when conditions are met, while the continue statement skips the remainder of a loop without exiting. The text discusses infinite loops, provides examples, and includes practical exercises to reinforce these concepts, enhancing runtime efficiency and control flow in programming.
  • https://eng.libretexts.org/Bookshelves/Computer_Science/Programming_Languages/Python_Programming_(OpenStax)/04%3A__Decisions/4.06%3A_Nested_Decisions
    This page explains nested if-else statements in programming, showcasing an example of validating game IDs and player counts. It emphasizes improving code clarity and efficiency through nesting. The te...This page explains nested if-else statements in programming, showcasing an example of validating game IDs and player counts. It emphasizes improving code clarity and efficiency through nesting. The text also includes practice scenarios for decision-making, such as identifying poisonous plants and meal orders, promoting the implementation and understanding of nested if-else structures in various contexts.

Support Center

How can we help?