Open main menu

CDOT Wiki β

Changes

OPS435 Python Lab 2

8 bytes added, 12:33, 25 May 2017
PART 1 - USER INPUT
:#Try running this script inside ipython3 and study the output:<source>
run lab2a.py
</source><br><br>This Python script is not very useful: shows the same output every time that it is executed.<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, edit the lab2a.py file and add the following code: <source>
colour = input("Type in a colour and press enter: ")
13,420
edits