Strings
Learn all about the Python string object. Figure out how to automatically create, rearrange, reassign, disassemble, and reassemble blocks of text!
StartKey Concepts
Review core concepts you need to learn to master this subject
Strings
Escaping Characters
The in
Syntax
Indexing and Slicing Strings
Iterate String
Built-in Function len()
String Concatenation
Immutable strings
Strings
Strings
In computer science, sequences of characters are referred to as strings. Strings can be any length and can include any character such as letters, numbers, symbols, and whitespace (spaces, tabs, new lines).
Introduction to Strings
Lesson 1 of 3
What you'll create
Portfolio projects that showcase your new skills
How you'll master it
Stress-test your knowledge with quizzes that help commit syntax to memory