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
Given the variable lizard = "chameleon", which of the following commands will print m to the console?
lizard = "chameleon"
m
print(lizard[0)
print(lizard[3])
print(lizard[4])
print(lizard[7])