Results for: 'g'
CDAE 2680 Promotion Part 2
By: 97dconne
CDAE 2680 Promotion video lecture Part 2
Strings as sequences
By: cbcafier
Concatenating sequences
More on creating tuples
CDAE 2680 Marketing Plans
CDAE 2680 Marketing Plans video lecture
More on lists, including IndexError
What gets returned by sequence methods
Finding an element within a sequence
Finding an element within a sequence using `in`, and finding the index of the first occurrence of an element in a sequence with `.index()`
Sequence unpacking