
Python Programming 17. Procedure Parameters
This is the 17th in a course of computer science video lessons introducing programming with Python. This lesson explains how you can pass data to a sub procedure when you call it by making use of parameters. You will learn how to define parameters as a comma separated list in the procedure definition, and how to pass arguments to a procedure with parameters when you call it. You will also learn about the importance of the order in which parameters are defined.
Chapters:
00:00 An exam grade checking routine
02:51 Define a procedure with parameters
03:48 Pass arguments to a procedure with parameters
05:32 Define a sub procedure in a separate file
06:10 The importance of the order of parameters
Chapters:
00:00 An exam grade checking routine
02:51 Define a procedure with parameters
03:48 Pass arguments to a procedure with parameters
05:32 Define a sub procedure in a separate file
06:10 The importance of the order of parameters
Computer Science
Are you an undergraduate at university studying for a BSc. (Hons) degree in computer science? Perhaps you're studying for an Advanced level, GCSE, or similar qualification in computer science. You may even already be a working computer science professiona...