Changes

Jump to: navigation, search

OPS435 Python Lab 2

4 bytes added, 11:55, 25 September 2017
INVESTIGATION 1: USER INPUT
</source>
:#Try running this script inside ipython3 and study the output:<source>
run ./lab2a.py
</source>This Python script is not very useful: it displays the same output regardless of the number of times that the Python script is run.<br>The '''input()''' function is used to obtain information from the user and store it into a variable. It is recommended to place a question (or hint) as a argument in the input() function: this will aid the user in typing in the correct information.<br><br>
:#Return to your '''ipython3''' shell and type the following code (do '''NOT''' edit the lab2a.py file, just issue from the shell): <source lang="python">
198
edits

Navigation menu