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
A 2d list is a list whose items are also lists. For example: ` 2d_list = [ ["a", "b"], ["c", "d", "e"]]`