1,234
edits
Changes
→PART 2 - Creating a Python Script with Functions and Importing Functions
import lab3a
text = lab3a.return_text_value()
print(text)
lab3a.return_number_value()
</source> You should notice that all of the function calls should now work.