Modules
->
Data Structures
->
Strings
Strings
Strings are not like integers, floats, and booleans. A string is a sequence, which means it is an ordered collection of other values. In this chapter you'll see how to access the characters that make up a string, and you'll learn about some methods strings provide.
Lesson 1
Lesson 2
len
Lesson 3
String slices
Lesson 4
Traversal with a loop
Lesson 5
String methods
Lesson 6
The in operator
Lesson 7
Relational operators with strings
Lesson 8
Composition
Lesson 9
End Chapter Exercises