Introducing The Shell

On the right is the shell. This is a place for running small bits of Python code. Just type in some code, press enter, and it'll run! Try it now:

  1. Click anywhere on the shell (the black area).
  2. Type 1+2
  3. Press the Enter key on your keyboard.

You need to run some code according to the instructions above. In case those aren't clear enough, here's some extra clarification:

  • This step has only one correct answer. You must run exactly the correct code, so check your spelling carefully. Only a few kinds of details (such as spaces in certain places) will be ignored, as they don't make any difference to the program.
  • The exact code that you need to run is shown in the text above, in one piece.

When you run code that doesn't pass the current step, this section will sometimes explain what's wrong.

This step doesn't have any hints. Try reading the instructions and requirements again. You can still check the solution if you're really stuck.


>>>