13,420
edits
Changes
→PART 1 - USER INPUT
print('The colour I typed in is: ' + colour)
</source>
:#Run your Python script 3 times (using a different colour for each time you run the script). What do you notice?
:#If you didn't get the colour you typed in returned, try the above steps with the input() function again.
:#Download the check script and check your work. Enter the following commands from the bash shell.<source>