Print a programmer’s traditional first message to the screen.
Go to Purple Mash and log in.
To be quick, here’s a link that works if you are logged in.
Read or listen to the challenge and code the activities. Use 2Code hints if you need them. When you have solved Monkey’s problem, here is an idea of what to do for the final challenge.
At any time, you can save your program. It is good to save early and often. Use the hamburger menu to save and continue working. Name the file print
so that you know what it does.
At the end, use the exit button to leave 2Code. Don’t forget to save and exit.
What does overwrite mean, when we are saving a file?
Overwrite means that we save a new version of our program into a file that already exists.
We need to be sure that the new code is better than the old code because the old code will be completely replaced.
If you sped through the challenge, here’s what to do next.
print free
and show me you’ve done it.