Explore what CodeHS has to offer for districts, schools, and teachers.
Click on one of our programs below to get started coding in the sandbox!
View All
``` x = 0 y = 1 z = 2 my_list = [x, y, z] print my_list # will print [0, 1, 2] ```