0 10 20 30 40 50 60 70 80 90 100 715463 0
You are not logged in

Welcome to type with code

Start typing or press to get going!

The python code you'll be racing to type out is all about:

Displaying a mixture of text and variables

Variables let your program store data of a particular data type.

Integer variables store whole numbers. String variables store text.

Sometimes you need to combine text with integer variables and string variables when you display it to the screen.

This example has a string variable called name (set to "Bob") and an integer variable called score (set to 10). It combines both variables with some text to display the message "Bob has 10 points"

0 WPM
0%
0s
0%