<?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:for-loops/v/for-loops-with-range</loc>
        
        <xhtml:link rel="alternate" hreflang="en"
                    href="https://www.khanacademy.org/computing/intro-to-python-fundamentals/x5279a44ae0ab15d6:simulating-phenomena-with-loops/x5279a44ae0ab15d6:for-loops/v/for-loops-with-range" />
        
        <lastmod>2024-07-12T17:03:46.164253281Z</lastmod>
        
        <PageMap xmlns="http://www.google.com/schemas/sitemap-pagemap/1.0">
            <DataObject type="document" id="for-loops-with-range">
            <Attribute name="title">for loops with range()</Attribute>
            <Attribute name="description">Learn how to use for loops with range() to repeat a block of code a fixed number times. Trace how the computer updates the loop variable during execution. View the program used in this video at: https://www.khanacademy.org/python-program/for-loops/5699608135516160</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/ae2f4fd9-337f-4711-b86c-75bb8777d2f7_1280_720_base.png</video:thumbnail_loc>
            <video:title>for loops with range()</video:title>
            <video:description>Learn how to use for loops with range() to repeat a block of code a fixed number times. Trace how the computer updates the loop variable during execution. View the program used in this video at: https://www.khanacademy.org/python-program/for-loops/5699608135516160</video:description>
            <video:player_loc>https://cdn.kastatic.org/ka-youtube-converted/QpLf-0MfAgc.mp4/QpLf-0MfAgc.mp4</video:player_loc>
            <video:duration>263</video:duration>
            <video:category>For loops</video:category>
        </video:video>
        
    </url>
    
    <url>
        <loc>https://www.khanacademy.org/computing/intro-to-python-fundamentals/x5279a44ae0ab15d6:simulating-phenomena-with-loops/x5279a44ae0ab15d6:for-loops/a/range-and-step</loc>
        
        <xhtml:link rel="alternate" hreflang="en"
                    href="https://www.khanacademy.org/computing/intro-to-python-fundamentals/x5279a44ae0ab15d6:simulating-phenomena-with-loops/x5279a44ae0ab15d6:for-loops/a/range-and-step" />
        
        <lastmod>2024-08-20T23:20:02.586503742Z</lastmod>
        
        <PageMap xmlns="http://www.google.com/schemas/sitemap-pagemap/1.0">
            <DataObject type="document" id="range-and-step">
            <Attribute name="title">range() start, stop, and step</Attribute>
            <Attribute name="description">Explore how different start, stop, and step combinations with the range() function impact how a for loop repeats.</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:for-loops/e/tracing-for-loops-with-range</loc>
        
        <xhtml:link rel="alternate" hreflang="en"
                    href="https://www.khanacademy.org/computing/intro-to-python-fundamentals/x5279a44ae0ab15d6:simulating-phenomena-with-loops/x5279a44ae0ab15d6:for-loops/e/tracing-for-loops-with-range" />
        
        <lastmod>2024-07-12T19:16:13.696636089Z</lastmod>
        
        <PageMap xmlns="http://www.google.com/schemas/sitemap-pagemap/1.0">
            <DataObject type="document" id="tracing-for-loops-with-range">
            <Attribute name="title">Trace for loops with range</Attribute>
            <Attribute name="description">Trace programs with for loops with range</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:for-loops/v/for-loops-program-design-honeybee-simulation</loc>
        
        <xhtml:link rel="alternate" hreflang="en"
                    href="https://www.khanacademy.org/computing/intro-to-python-fundamentals/x5279a44ae0ab15d6:simulating-phenomena-with-loops/x5279a44ae0ab15d6:for-loops/v/for-loops-program-design-honeybee-simulation" />
        
        <lastmod>2024-12-04T00:58:19.69960432Z</lastmod>
        
        <PageMap xmlns="http://www.google.com/schemas/sitemap-pagemap/1.0">
            <DataObject type="document" id="for-loops-program-design-honeybee-simulation">
            <Attribute name="title">Program design: beehive simulation</Attribute>
            <Attribute name="description">Code along with a software engineer in this worked example using for loops and randomness. Apply for loops with range() to build a honeybee simulation. Model nectar collection with a state machine to answer the question: how much honey does a beehive produce in a week? View the program used in this video at: https://www.khanacademy.org/python-program/for-loops-program-design-honeybee-simulation/5702860902154240</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/313ef86e-3e78-4ca5-8658-d20635a6ed72_1280_720_base.png</video:thumbnail_loc>
            <video:title>Program design: beehive simulation</video:title>
            <video:description>Code along with a software engineer in this worked example using for loops and randomness. Apply for loops with range() to build a honeybee simulation. Model nectar collection with a state machine to answer the question: how much honey does a beehive produce in a week? View the program used in this video at: https://www.khanacademy.org/python-program/for-loops-program-design-honeybee-simulation/5702860902154240</video:description>
            <video:player_loc>https://cdn.kastatic.org/ka-youtube-converted/ee6w_0ZJA3g.mp4/ee6w_0ZJA3g.mp4</video:player_loc>
            <video:duration>354</video:duration>
            <video:category>For loops</video:category>
        </video:video>
        
    </url>
    
    <url>
        <loc>https://www.khanacademy.org/computing/intro-to-python-fundamentals/x5279a44ae0ab15d6:simulating-phenomena-with-loops/x5279a44ae0ab15d6:for-loops/pc/wait-times</loc>
        
        <xhtml:link rel="alternate" hreflang="en"
                    href="https://www.khanacademy.org/computing/intro-to-python-fundamentals/x5279a44ae0ab15d6:simulating-phenomena-with-loops/x5279a44ae0ab15d6:for-loops/pc/wait-times" />
        
        <lastmod>2025-07-30T19:05:14.379518035Z</lastmod>
        
        <PageMap xmlns="http://www.google.com/schemas/sitemap-pagemap/1.0">
            <DataObject type="document" id="wait-times">
            <Attribute name="title">Challenge: Wait times</Attribute>
            <Attribute name="description">Practice for loops with range() to optimize the staffing arrangement at a restaurant.</Attribute>
            
            <Attribute name="type">challenge</Attribute>
            
            </DataObject>
        </PageMap>
        
    </url>
    
</urlset>
