<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
        xmlns:xhtml="http://www.w3.org/1999/xhtml"
        xmlns:video="http://www.google.com/schemas/sitemap-video/1.1"
        xmlns:image="http://www.google.com/schemas/sitemap-image/1.1">
    
    <url>
        <loc>https://www.khanacademy.org/computing/intro-to-python-fundamentals/x5279a44ae0ab15d6:automating-tasks-with-lists/x5279a44ae0ab15d6:list-mutation/a/list-methods</loc>
        
        <xhtml:link rel="alternate" hreflang="en"
                    href="https://www.khanacademy.org/computing/intro-to-python-fundamentals/x5279a44ae0ab15d6:automating-tasks-with-lists/x5279a44ae0ab15d6:list-mutation/a/list-methods" />
        
        <lastmod>2026-02-17T23:20:43.373798125Z</lastmod>
        
        <PageMap xmlns="http://www.google.com/schemas/sitemap-pagemap/1.0">
            <DataObject type="document" id="list-methods">
            <Attribute name="title">List methods</Attribute>
            <Attribute name="description">Learn the built-in methods for adding and removing elements from a list.</Attribute>
            
            <Attribute name="type">article</Attribute>
            
            </DataObject>
        </PageMap>
        
    </url>
    
    <url>
        <loc>https://www.khanacademy.org/computing/intro-to-python-fundamentals/x5279a44ae0ab15d6:automating-tasks-with-lists/x5279a44ae0ab15d6:list-mutation/v/pass-by-assignment</loc>
        
        <xhtml:link rel="alternate" hreflang="en"
                    href="https://www.khanacademy.org/computing/intro-to-python-fundamentals/x5279a44ae0ab15d6:automating-tasks-with-lists/x5279a44ae0ab15d6:list-mutation/v/pass-by-assignment" />
        
        <lastmod>2025-05-13T01:54:17.407395406Z</lastmod>
        
        <PageMap xmlns="http://www.google.com/schemas/sitemap-pagemap/1.0">
            <DataObject type="document" id="pass-by-assignment">
            <Attribute name="title">Pass by assignment</Attribute>
            <Attribute name="description">What happens when you pass a list as an argument to a function? Python passes arguments by assignment, so mutating a list parameter inside a function can have side effects! Trace how the computer handles mutable and immutable argument types in memory. View the program used in this video at: https://www.khanacademy.org/python-program/pass-by-assignment/6084391505870848</Attribute>
            <Attribute name="author">Kim Merrill</Attribute>
            <Attribute name="type">video</Attribute>
            
            </DataObject>
        </PageMap>
        
        <video:video>
            <video:thumbnail_loc>https://cdn.kastatic.org/ka_thumbnails_cache/9b70ceee-b5a6-430e-be2e-29be65c5debb_1280_720_base.png</video:thumbnail_loc>
            <video:title>Pass by assignment</video:title>
            <video:description>What happens when you pass a list as an argument to a function? Python passes arguments by assignment, so mutating a list parameter inside a function can have side effects! Trace how the computer handles mutable and immutable argument types in memory. View the program used in this video at: https://www.khanacademy.org/python-program/pass-by-assignment/6084391505870848</video:description>
            <video:player_loc>https://cdn.kastatic.org/ka-youtube-converted/Ifw30qzDj3M.mp4/Ifw30qzDj3M.mp4</video:player_loc>
            <video:duration>270</video:duration>
            <video:category>List mutation</video:category>
        </video:video>
        
    </url>
    
    <url>
        <loc>https://www.khanacademy.org/computing/intro-to-python-fundamentals/x5279a44ae0ab15d6:automating-tasks-with-lists/x5279a44ae0ab15d6:list-mutation/a/accumulator-pattern</loc>
        
        <xhtml:link rel="alternate" hreflang="en"
                    href="https://www.khanacademy.org/computing/intro-to-python-fundamentals/x5279a44ae0ab15d6:automating-tasks-with-lists/x5279a44ae0ab15d6:list-mutation/a/accumulator-pattern" />
        
        <lastmod>2025-05-13T01:54:17.407395406Z</lastmod>
        
        <PageMap xmlns="http://www.google.com/schemas/sitemap-pagemap/1.0">
            <DataObject type="document" id="accumulator-pattern">
            <Attribute name="title">Accumulator pattern</Attribute>
            <Attribute name="description">Explore common list applications for the accumulator pattern.</Attribute>
            
            <Attribute name="type">article</Attribute>
            
            </DataObject>
        </PageMap>
        
    </url>
    
    <url>
        <loc>https://www.khanacademy.org/computing/intro-to-python-fundamentals/x5279a44ae0ab15d6:automating-tasks-with-lists/x5279a44ae0ab15d6:list-mutation/e/trace-list-mutations</loc>
        
        <xhtml:link rel="alternate" hreflang="en"
                    href="https://www.khanacademy.org/computing/intro-to-python-fundamentals/x5279a44ae0ab15d6:automating-tasks-with-lists/x5279a44ae0ab15d6:list-mutation/e/trace-list-mutations" />
        
        <lastmod>2025-09-12T02:00:44.915137743Z</lastmod>
        
        <PageMap xmlns="http://www.google.com/schemas/sitemap-pagemap/1.0">
            <DataObject type="document" id="trace-list-mutations">
            <Attribute name="title">Trace list mutations</Attribute>
            <Attribute name="description">Trace list mutations using list methods.</Attribute>
            <Attribute name="author">Nathaniel Shak</Attribute>
            <Attribute name="type">exercise</Attribute>
            
            </DataObject>
        </PageMap>
        
    </url>
    
    <url>
        <loc>https://www.khanacademy.org/computing/intro-to-python-fundamentals/x5279a44ae0ab15d6:automating-tasks-with-lists/x5279a44ae0ab15d6:list-mutation/v/program-design-flight-delays</loc>
        
        <xhtml:link rel="alternate" hreflang="en"
                    href="https://www.khanacademy.org/computing/intro-to-python-fundamentals/x5279a44ae0ab15d6:automating-tasks-with-lists/x5279a44ae0ab15d6:list-mutation/v/program-design-flight-delays" />
        
        <lastmod>2025-05-13T01:54:17.407395406Z</lastmod>
        
        <PageMap xmlns="http://www.google.com/schemas/sitemap-pagemap/1.0">
            <DataObject type="document" id="program-design-flight-delays">
            <Attribute name="title">Program design: flight delays</Attribute>
            <Attribute name="description">Code along with a software engineer in this worked example using lists, strings, and CSV data. Apply the accumulator pattern to compare average departure delays across different airlines. Use separation of concerns to decouple the data normalization from the data analysis. View the program used in this video at: https://www.khanacademy.org/python-program/flight-delays/4887611669856256</Attribute>
            <Attribute name="author">Kim Merrill</Attribute>
            <Attribute name="type">video</Attribute>
            
            </DataObject>
        </PageMap>
        
        <video:video>
            <video:thumbnail_loc>https://cdn.kastatic.org/ka_thumbnails_cache/fc57de3c-503a-4a3c-84ac-8efc9d4fa6e7_1280_720_base.png</video:thumbnail_loc>
            <video:title>Program design: flight delays</video:title>
            <video:description>Code along with a software engineer in this worked example using lists, strings, and CSV data. Apply the accumulator pattern to compare average departure delays across different airlines. Use separation of concerns to decouple the data normalization from the data analysis. View the program used in this video at: https://www.khanacademy.org/python-program/flight-delays/4887611669856256</video:description>
            <video:player_loc>https://cdn.kastatic.org/ka-youtube-converted/4hMeMtgF81o.mp4/4hMeMtgF81o.mp4</video:player_loc>
            <video:duration>339</video:duration>
            <video:category>List mutation</video:category>
        </video:video>
        
    </url>
    
    <url>
        <loc>https://www.khanacademy.org/computing/intro-to-python-fundamentals/x5279a44ae0ab15d6:automating-tasks-with-lists/x5279a44ae0ab15d6:list-mutation/pc/challenge-order-forms</loc>
        
        <xhtml:link rel="alternate" hreflang="en"
                    href="https://www.khanacademy.org/computing/intro-to-python-fundamentals/x5279a44ae0ab15d6:automating-tasks-with-lists/x5279a44ae0ab15d6:list-mutation/pc/challenge-order-forms" />
        
        <lastmod>2025-07-29T19:47:11.362406901Z</lastmod>
        
        <PageMap xmlns="http://www.google.com/schemas/sitemap-pagemap/1.0">
            <DataObject type="document" id="challenge-order-forms">
            <Attribute name="title">Challenge: Order forms</Attribute>
            <Attribute name="description">Practice list mutations to process user responses to a T-shirt order form.</Attribute>
            
            <Attribute name="type">challenge</Attribute>
            
            </DataObject>
        </PageMap>
        
    </url>
    
</urlset>
