Introduction
'quotation marks'
Rock, paper, scissors
Dice
Dishes?
Parrot
Turtle
Draw it!
clear
music
Story
Haunted House
Fortune teller
Restaurant
debugging
Puzzle
Quiz

In the previous levels you've been practising with variables, but you may have come across this problem. You might have tried to run a code like this:

Of course you wanted to print

My name is Sophie

but Hedy prints

My Sophie is Sophie.

In this level this problem is fixed by using quotation marks.

name is Sophie
print My name is name
Latest update: 2024 Mar 21(5f264c)