Want to learn how to code? Great! Let's get started.

In the box on the left, type the line print("hello there") then click . Next, change the "hello there" to something you'd like the computer display (don't forget the " and "), and click again. When you're done with that, try changing the print to say. It'll make the computer talk, as in say("hello there").

Congratulations! You've just did some coding! You've displayed some text and made the computer talk. Want to draw? Try circle(0,0,50) or for i=10,200,10 do circle(0,0,i) end.

Type your code here:


See your results here:

Still interested? Great! Why don't you proceed to our lessons page. There you'll find around 200 lessons that can teach you how to code while showing you some neat things about math. Have fun!