Loading [MathJax]/jax/output/SVG/config.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 2 results
  • https://eng.libretexts.org/Bookshelves/Computer_Science/Programming_Languages/Python_Programming_(OpenStax)/05%3A_Loops/5.05%3A_Loop_Else
    This page explains the loop else statement, which executes after a loop if it completes without interruption by a break. It demonstrates its application through an example of searching for the number ...This page explains the loop else statement, which executes after a loop if it completes without interruption by a break. It demonstrates its application through an example of searching for the number 10 in a list, conveying different messages based on whether it is found. The section also includes practice problems to enhance understanding, featuring output prediction exercises and a programming task focused on summing numbers less than 10 in a list.
  • https://eng.libretexts.org/Bookshelves/Computer_Science/Programming_Languages/Python_Programming_(OpenStax)/09%3A_Lists/9.01%3A_Modifying_and_Iterating_Lists
    This page outlines learning objectives for modifying and iterating through lists in programming, covering list operations like append(), remove(), and pop(). It includes examples using a student list,...This page outlines learning objectives for modifying and iterating through lists in programming, covering list operations like append(), remove(), and pop(). It includes examples using a student list, discusses using for loops to iterate through lists, and checking list lengths. Additionally, it offers practice questions and exercises to reinforce the concepts, including creating and modifying a sports list and searching for elements within a list.

Support Center

How can we help?