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
Calling `print` will display some text on the screen. e.g. ```python print "Hello" ``` will display `Hello` on the screen. You may sometimes also see ```python print("Hello") ``` which does the same thing.