S01E10 of 24 episodes

Parameter Passing, Scope, and Mutable Data

How to Program: Computer Science Concepts and Python Exercises(2016)
April 28, 2016 33m
Ended
English

Complete your introduction to elementary programming by looking at parameters-the major technique for passing information through functions. Learn when a parameter or variable is "in scope," how to work with list data that can change when passed as a parameter, and what it means for parameters to have default values.