Changes

Jump to: navigation, search

OPS435 Python Lab 3

25 bytes removed, 08:51, 2 June 2017
PART 1 - Using Functions
text = lab3a.return_text_value()
</source>You should notice an error indicating '''"name 'lab3a' is not defined"'''. This error occurs since you failed to instruct the ipython shell to '''import''' or "load existing defined functions from your lab3a.py script" to '''internal memory'''.<br><br>
:::4. Issue the following within the ipython shell:<source>
import lab3a
text = lab3a.return_text_value()
13,420
edits

Navigation menu