What does string mean?

A sequence of characters, such as a word or a sentence, written between quotes. Strings can be joined, sliced, compared and printed.

Also written as: strings, str

In a lesson

Text in a program is a string: a string of characters, in order. Robots report what they are doing in strings, users type strings, and messages between robots are strings. This lesson is about taking strings apart and putting them together.

Learn it

Used in

and 89 more lessons.

Do the lesson in the simulator

All glossary terms