<?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:simulating-phenomena-with-loops/x5279a44ae0ab15d6:while-loops/v/while-loops</loc>
        
        <xhtml:link rel="alternate" hreflang="en"
                    href="https://www.khanacademy.org/computing/intro-to-python-fundamentals/x5279a44ae0ab15d6:simulating-phenomena-with-loops/x5279a44ae0ab15d6:while-loops/v/while-loops" />
        
        <lastmod>2024-06-26T17:36:20.61941996Z</lastmod>
        
        <PageMap xmlns="http://www.google.com/schemas/sitemap-pagemap/1.0">
            <DataObject type="document" id="while-loops">
            <Attribute name="title">while loops</Attribute>
            <Attribute name="description">Learn how to use while loops to repeat execution of a block of code. Trace how a loop variable updates inside of the loop body to eventually terminate the loop. View the program used in this video at: https://www.khanacademy.org/python-program/while-loops/5530881121239040</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/e7497072-6409-4103-8ce9-975ae472c560_1280_720_base.png</video:thumbnail_loc>
            <video:title>while loops</video:title>
            <video:description>Learn how to use while loops to repeat execution of a block of code. Trace how a loop variable updates inside of the loop body to eventually terminate the loop. View the program used in this video at: https://www.khanacademy.org/python-program/while-loops/5530881121239040</video:description>
            <video:player_loc>https://cdn.kastatic.org/ka-youtube-converted/KsiWTrZQFXg.mp4/KsiWTrZQFXg.mp4</video:player_loc>
            <video:duration>269</video:duration>
            <video:category>While loops</video:category>
        </video:video>
        
    </url>
    
    <url>
        <loc>https://www.khanacademy.org/computing/intro-to-python-fundamentals/x5279a44ae0ab15d6:simulating-phenomena-with-loops/x5279a44ae0ab15d6:while-loops/v/tracing-loop-execution</loc>
        
        <xhtml:link rel="alternate" hreflang="en"
                    href="https://www.khanacademy.org/computing/intro-to-python-fundamentals/x5279a44ae0ab15d6:simulating-phenomena-with-loops/x5279a44ae0ab15d6:while-loops/v/tracing-loop-execution" />
        
        <lastmod>2024-06-26T17:36:20.61941996Z</lastmod>
        
        <PageMap xmlns="http://www.google.com/schemas/sitemap-pagemap/1.0">
            <DataObject type="document" id="tracing-loop-execution">
            <Attribute name="title">Tracing loop execution</Attribute>
            <Attribute name="description">Trace how the computer executes a while loop step-by-step. Practice how to use the loop variable stop, start, and update values to count the number of loop repetitions. View the program used in this video at: https://www.khanacademy.org/python-program/tracing-loop-execution/5242191622881280</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/22bcc266-ad96-4e6d-af68-6e6b3e660b3c_1280_720_base.png</video:thumbnail_loc>
            <video:title>Tracing loop execution</video:title>
            <video:description>Trace how the computer executes a while loop step-by-step. Practice how to use the loop variable stop, start, and update values to count the number of loop repetitions. View the program used in this video at: https://www.khanacademy.org/python-program/tracing-loop-execution/5242191622881280</video:description>
            <video:player_loc>https://cdn.kastatic.org/ka-youtube-converted/FadvtbvAoWk.mp4/FadvtbvAoWk.mp4</video:player_loc>
            <video:duration>296</video:duration>
            <video:category>While loops</video:category>
        </video:video>
        
    </url>
    
    <url>
        <loc>https://www.khanacademy.org/computing/intro-to-python-fundamentals/x5279a44ae0ab15d6:simulating-phenomena-with-loops/x5279a44ae0ab15d6:while-loops/a/loop-design-patterns</loc>
        
        <xhtml:link rel="alternate" hreflang="en"
                    href="https://www.khanacademy.org/computing/intro-to-python-fundamentals/x5279a44ae0ab15d6:simulating-phenomena-with-loops/x5279a44ae0ab15d6:while-loops/a/loop-design-patterns" />
        
        <lastmod>2025-04-10T18:29:32.05785779Z</lastmod>
        
        <PageMap xmlns="http://www.google.com/schemas/sitemap-pagemap/1.0">
            <DataObject type="document" id="loop-design-patterns">
            <Attribute name="title">Loop design patterns</Attribute>
            <Attribute name="description">Explore while loops with different termination conditions as you apply repetition to different use cases.</Attribute>
            
            <Attribute name="type">article</Attribute>
            
            </DataObject>
        </PageMap>
        
    </url>
    
    <url>
        <loc>https://www.khanacademy.org/computing/intro-to-python-fundamentals/x5279a44ae0ab15d6:simulating-phenomena-with-loops/x5279a44ae0ab15d6:while-loops/e/tracing-while-loops</loc>
        
        <xhtml:link rel="alternate" hreflang="en"
                    href="https://www.khanacademy.org/computing/intro-to-python-fundamentals/x5279a44ae0ab15d6:simulating-phenomena-with-loops/x5279a44ae0ab15d6:while-loops/e/tracing-while-loops" />
        
        <lastmod>2024-06-26T17:36:20.61941996Z</lastmod>
        
        <PageMap xmlns="http://www.google.com/schemas/sitemap-pagemap/1.0">
            <DataObject type="document" id="tracing-while-loops">
            <Attribute name="title">Trace while loops</Attribute>
            <Attribute name="description">Trace programs with basic while loops</Attribute>
            <Attribute name="author">Kim Merrill</Attribute>
            <Attribute name="type">exercise</Attribute>
            
            </DataObject>
        </PageMap>
        
    </url>
    
    <url>
        <loc>https://www.khanacademy.org/computing/intro-to-python-fundamentals/x5279a44ae0ab15d6:simulating-phenomena-with-loops/x5279a44ae0ab15d6:while-loops/pc/dice-roller</loc>
        
        <xhtml:link rel="alternate" hreflang="en"
                    href="https://www.khanacademy.org/computing/intro-to-python-fundamentals/x5279a44ae0ab15d6:simulating-phenomena-with-loops/x5279a44ae0ab15d6:while-loops/pc/dice-roller" />
        
        <lastmod>2025-07-30T18:09:26.396564869Z</lastmod>
        
        <PageMap xmlns="http://www.google.com/schemas/sitemap-pagemap/1.0">
            <DataObject type="document" id="dice-roller">
            <Attribute name="title">Challenge: Dice rolls</Attribute>
            <Attribute name="description">Practice while loops to calculate a dice roll average.</Attribute>
            
            <Attribute name="type">challenge</Attribute>
            
            </DataObject>
        </PageMap>
        
    </url>
    
</urlset>
