Changes

Jump to: navigation, search

OPS435 Python Lab 2

1 byte added, 10:33, 22 January 2018
PART 1 - User Input
:#Add another line to your script:<source lang="python">print(colour)
</source>What was displayed?
:And #Now replace that line wiht with this:<source lang="python">print('The colour I typed in is: ' + colour)
</source>Note what was displayed.
:#Now download the checking script and check your work. Run the following commands from the bash shell:<source lang="bash">

Navigation menu