Elementary | Middle
Middle | High
AI
Click on one of our programs below to get started coding in the sandbox!
View All
Strings cannot be mutated or changed. ``` farewell = "bye" farewell = farewell + "!" # this will create a new string, NOT mutate the previous farewell ```