Open main menu

CDOT Wiki β

Changes

OPS435 Python3 Lab 3

2 bytes added, 02:15, 28 January 2020
m
PART 4 - Creating a Python Script with Functions and use them in another Python script
text = lab3a.return_text_value()
print(text)
print(lab3a.return_text_valuereturn_number_value())
</source> You should see the values retuned form all of the function calls now.
:# Download the checking script and check your work. Enter the following commands from the bash shell.<source lang="bash">
14
edits