Challenge 1-3: Strings

String Basics

We’ve just covered the basics of using maths in Python, so now it’s time to talk about a new kind of data, called strings.

When we use the word string in programming, we're talking about characters, like letters or symbols, or a bunch of characters put together, like words.

But maybe the best way to explain what a string is would be to show some examples.