Congratulations! You've reached level 2. Hopefully you've already made some awesome codes! In the first level you might have noticed that the echo command can only save one bit of information at a time. For example in the restaurant adventure, you could echo what the customer wanted to eat, or what they wanted to drink, but not both in one sentence.

That changes in level 2. In level 2 you'll learn to work with variables, that allow you to save multiple pieces of information and print them in any place you want. So let's go to the next adventure!

Warning! This code does not work! In Hedy commands will change sometimes. echo for example only works in level 1. In this level you'll learn a better way to echo answers back.

print Welcome at Hedy's
ask What would you like to eat?
echo So you want
ask what would you like to drink?
echo So you want
Latest update: 2025 May 02(809e63)