Heads up! To view this whole video, sign in with your Courses account or enroll in your free 7-day trial. Sign In Enroll
Well done!
You have completed Python for Kids!
You have completed Python for Kids!
Preview
Let's explore Strings and how to concatenate them together
This video doesn't have any notes.
Related Discussions
Have questions about this video? Start a discussion with the community and Treehouse staff.
Sign upRelated Discussions
Have questions about this video? Start a discussion with the community and Treehouse staff.
Sign up
It's a series of characters.
0:00
The string data type provides some
very handy methods that I'd like
0:01
you to get familiar with.
0:05
After you create a string,
it cannot be changed.
0:06
This is what is known as immutable or
impossible to modify.
0:10
I'll remind you of this as we
look at some of these examples.
0:14
Why don't we pop open a shell and
I can show you what I'm talking about.
0:17
So string literals, they can be made
with either single or double quotes.
0:20
And I can imagine that you
might say something like this.
0:26
You could say, I cannot understand
why you need two options for quotes.
0:29
You need to sign up for Treehouse in order to download course files.
Sign upYou need to sign up for Treehouse in order to set up Workspace
Sign up