If you press the blue EDIT button on the keyboard in the bottom left corner, you'll switch to edit mode. This is where you can write code to run with the START button. Try writing this code: INPUT "What's your name?",N$ PRINT "Hello, ";N$ Then press START to run the code.