Open main menu

CDOT Wiki β

Changes

OPS435 Python Lab 3

5 bytes added, 14:59, 30 May 2017
Functions and Strings
== PART 1 - Using Functions ==
'''===Functions and Strings'''===
: You will now learn how to define and run functions that will pass up eventually use (and return) '''string data''' (as arguments) when a function is called.
:'''Perform the Following Steps:'''
</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