Changes

Jump to: navigation, search

OPS435 Python Lab 3

7 bytes added, 12:46, 30 January 2018
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.

Navigation menu