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