Search for tag: "quotation"
Lesson 6.2 String SlicingStrings have a fundamental property that is not present in the other types so far. You can cut up a string into smaller bits or substrings. This is know as string slicing, and it is the focus of the…
From Hannah Lee
102 plays
|
|
Lesson 6.1 Advanced String ExpressionsWe have seen that we create a string by writing it between two quotes. However, the quotes are never part of the string. What if we want the quotes to be part of the string? In this video we tackle…
From Hannah Lee
161 plays
|
|