Level 1  
Introduction
Parrot
Rock, paper, scissors
Haunted House
Story
Turtle
Restaurant
Fortune teller
Puzzle
Quiz

In Level 1 you can use the commands print, ask and echo. Type your code in the programming field. Or press the green button in the example code block, and the code will be typed for you! Try the code yourself with the green 'Run code' button under the programming field.

You can print text to the screen using the print command.

print Hello!
print Welcome to Hedy!

You can also ask for input with ask and repeat it back with an echo command.

ask What is your name?
echo hello

Let's get started! Don't know what to create? In the next tabs you will find ideas for programs to build.

print hello world!
Latest update: 2023 May 19(16ca96)