CS101 Strings
Learn how to how to use Strings in Python.
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 2