Open main menu

CDOT Wiki β

Changes

OPS435 Python Lab 3

No change in size, 14:59, 30 May 2017
PART 1 - Using Functions
== PART 1 - Using Functions ==
==='''Functions and Strings==='''
: You will now learn how to define and run functions that will eventually use (and return) '''string data''' when a function is called.
</source>
==='''Functions and Integers==='''
:'''Perform the Following steps:'''
print('my number is ' + str(return_number_value()))
</source>
==='''Practice Using Functions==='''
:'''Perform the Following Instructions:'''
:#Create a new script '''~/ops435/lab3/lab3a.py''' and store the following content inside:<source>
13,420
edits