Open main menu

CDOT Wiki β

Changes

OPS435 Python Lab 3

24 bytes added, 08:05, 31 May 2017
INVESTIGATION 1: USING FUNCTIONS
:When creating programs that define and use functions, '''a large programming task can be broken-down into smaller elements''' (or '''modules'''). This is why creating programs that use functions is referred to as '''"modular programming"'''.
:Functions may be designed '''not to accept arguments or return a value''', designed to '''not accept arguments but not return a value''', designed to '''accept arguments and not return a value''', or designed to '''both accept arguments and return a value'''.
== PART 1 - Using Functions ==
13,420
edits