0 10 20 30 40 50 60 70 80 90 100 85118 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:

Create a list of integers

list is similar to an array: both allow more than one piece of data to be stored in the same variable.

It's not possible to add or remove data to an array after it's been set for the first time but it is possible to add or remove data to a list.

This example creates a list called numbers and adds three integer numbers into it before displaying the sum of all the numbers added together.

0 WPM
0%
0s
0%