Changes

Jump to: navigation, search

OPS435 Python Lab 3

16 bytes removed, 12:57, 28 January 2019
PART 1 - How User-Defined Functions are Declared and Run
== PART 1 - How User-Defined Functions are Declared and Run ==
:Functions may be designed :* '''not to accept arguments or return a value''', designed * to '''not accept arguments but return a value''', designed * to '''accept arguments and not return a value''', * or designed to '''both accept arguments and return a value'''. In this investigation, will we will focus of creating functions that either do NOT return a value, or return a value.
'''Functions and Strings'''
1,760
edits

Navigation menu