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