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)/06%3A_Functions
  • https://eng.libretexts.org/Bookshelves/Computer_Science/Programming_Languages/Python_Programming_(OpenStax)/06%3A_Functions/6.07%3A_Chapter_Summary
    This page discusses key concepts of functions in programming, emphasizing their role as organized code blocks that enhance program structure. It covers control flow, variable scope (global vs. local),...This page discusses key concepts of functions in programming, emphasizing their role as organized code blocks that enhance program structure. It covers control flow, variable scope (global vs. local), and the use of parameters and arguments, including positional, keyword, and default values. The chapter highlights Python’s pass-by-object-reference system and the importance of return statements. Ultimately, readers are expected to learn how to create versatile functions.
  • https://eng.libretexts.org/Bookshelves/Computer_Science/Programming_Languages/Python_Programming_(OpenStax)/06%3A_Functions/6.06%3A_Keyword_Arguments
    This page explains positional and keyword arguments in Python functions, detailing their assignment method and the significance of order when combining them. It introduces default parameter values, pr...This page explains positional and keyword arguments in Python functions, detailing their assignment method and the significance of order when combining them. It introduces default parameter values, provides examples of function calls, and highlights PEP 8 style guidelines for spacing. The text concludes with a task to implement a donation function utilizing these concepts.

Support Center

How can we help?