1,234
edits
Changes
→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">