Elementary | Middle
Middle | High
AI
Click on one of our programs below to get started coding in the sandbox!
View All
Accessing certain characters in a string. ``` greeting = "hello" print greeting[0] # prints "h" ```