Please enable JavaScript to use CodeHS

{# number the lesson by where it sits in this module: a lesson shared with another module must not link to that other module's number #} {# number the lesson by where it sits in this module: a lesson shared with another module must not link to that other module's number #} {# number the lesson by where it sits in this module: a lesson shared with another module must not link to that other module's number #} {# number the lesson by where it sits in this module: a lesson shared with another module must not link to that other module's number #}

Chapter 6

Creating and Altering Data Structure

{# number the lesson by where it sits in this module: a lesson shared with another module must not link to that other module's number #} 6.1 Tuples Tuples Using Tuples Tuples and the len Function Tuples are Heterogenous Concatenating Tuples Tuples are Immutable Check Your Understanding Exercise: Dancing Contest
{# number the lesson by where it sits in this module: a lesson shared with another module must not link to that other module's number #} 6.2 Lists Lists Modifying Elements Turn String to List Using Join Using Split Check Your Understanding Exercise: Listed Greeting
{# number the lesson by where it sits in this module: a lesson shared with another module must not link to that other module's number #} 6.3 For Loops and Lists For Loops and Lists Using Enumerate For Loops and Lists Check Your Understanding Exercise: Bug Poem
{# number the lesson by where it sits in this module: a lesson shared with another module must not link to that other module's number #} 6.4 List Methods List Methods count append extend sort reverse remove Check Your Understanding Exercise: Take a Thing Out, Sort It and Reverse It