14
edits
Changes
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">