Search for tag: "slicing"
Lesson 18.6 Mutable Table FunctionsIn this video we show how to write a mutable function on a table of data. Once again, this is very similar to writing an mutable function on a traditional list.
From Hannah Lee
73 plays
|
|
Lesson 6.5 String ProcessingThe focus of the first assignment will be to write functions that take a string as input and produce a string as output. We sometimes call this (informally) string processing. This can be a daunting…
From Hannah Lee
113 plays
|
|
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
|