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