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)/06%3A_Functions/6.04%3A_Parameters
    This page explains function arguments and parameters in programming, highlighting the differences between them. It discusses how mutability affects function behavior, noting that mutable objects can b...This page explains function arguments and parameters in programming, highlighting the differences between them. It discusses how mutability affects function behavior, noting that mutable objects can be modified, while immutable ones cannot. Practical examples, like printing messages and performing calculations, are provided to illustrate these concepts. It also advises caution in altering arguments to prevent debugging challenges.
  • https://eng.libretexts.org/Bookshelves/Computer_Science/Programming_Languages/Python_Programming_(OpenStax)/03%3A_Objects/3.05%3A_Tuple_Basics
    This page discusses tuples in programming, detailing their features like immutability, which enhances memory efficiency and performance. It covers the structure of tuples, accessed via indexing, and c...This page discusses tuples in programming, detailing their features like immutability, which enhances memory efficiency and performance. It covers the structure of tuples, accessed via indexing, and contrasts them with mutable lists. The section also includes practical examples, creation and manipulation techniques, and the use of the `tuple()` function to create tuples from lists.

Support Center

How can we help?