Welcome to level 1!
### Welcome to level 1! We will start level 1 by making stories in Hedy! We need three text codes to create interactive stories.
print
### print The first code that you can use in level 1 is `print`. `print` is used to show text on the screen.
The print command
### The print command You can change the text after the print command to whatever you want. Or you could print multiple lines by adding another line of code that also starts with `print`.
ask
### ask The second code that you can use in level 1 is `ask`. `ask` is used to ask a question that can be answered.
echo
### echo As you could see in the previous example. If you use the `ask` command, you can ask a question. The answer, however doesn't show in the output screen. If you do want the answer to show, you can use the final command of this level: `echo`. `echo` is used to repeat the answer of an `ask`.
Programming!
### Programming! With `print`, `ask` and `echo` you can already create a little story. This is a good time to try the Parrot, Story and Rock, Paper Scissors adventures.
Programming!
### Programming! Adventures are shown in tabs.
Programming!
### Programming! The yellow arrow buttons can be used to copy examples.
Drawing with the turtle
### Drawing with the turtle Now that we have seen at text codes, we will now look at drawing codes next.
Drawing with the turtle: forward
### Drawing with the turtle: forward `forward` is used to move the turtle forward.
Drawing with the turtle: turn
### Drawing with the turtle: turn `turn` is used to make the turtle turn left or right.
Debugging
### Debugging Debugging a code means getting rid of mistakes in the code. Let's debug this code together. Click the ladybug button to start the debugger.
Let the programming fun begin!
### Let the programming fun begin! Enjoy the adventures in level 1!