White text on a black background looks pretty boring. Let’s add some Colour
!
In the editor below, complete the code so that the program displays RAINBOW
7 times on the screen in a curve. See the example section below for what it should look like!
Remember to use the Python reference sheet to help you with your code! Click on one of the buttons below:
Need some help? Click here to reveal a video walkthrough for this task!
RAINBOW
onto the screen in a curve. Each RAINBOW
should have a different Colour
.Colour
, Highlight
and Style
options available in the screenshot above, and make sure each of those words are capitalised in your code! Colours like red
, blue
and green
are not capitalised though. Be careful!Below is an example of how the program should run:
You must be logged in to post a comment.