<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>While Loop on AI VOID</title><link>https://ai-blog.noorshomelab.dev/tags/while-loop/</link><description>Recent content in While Loop on AI VOID</description><generator>Hugo</generator><language>en</language><lastBuildDate>Wed, 03 Dec 2025 00:00:00 +0000</lastBuildDate><atom:link href="https://ai-blog.noorshomelab.dev/tags/while-loop/index.xml" rel="self" type="application/rss+xml"/><item><title>Repeating Actions with Loops</title><link>https://ai-blog.noorshomelab.dev/python-mastery-2025/chapter-4-repeating-actions-loops/</link><pubDate>Wed, 03 Dec 2025 00:00:00 +0000</pubDate><guid>https://ai-blog.noorshomelab.dev/python-mastery-2025/chapter-4-repeating-actions-loops/</guid><description>&lt;h2 id="repeating-actions-with-loops"&gt;Repeating Actions with Loops&lt;/h2&gt;
&lt;p&gt;Welcome back, coding adventurer! In the previous chapters, we learned how to store information in variables, make decisions with &lt;code&gt;if&lt;/code&gt; statements, and organize our code. That&amp;rsquo;s a fantastic start!&lt;/p&gt;
&lt;p&gt;But what if you need to do the same thing, or a very similar thing, multiple times? Imagine you have a list of 100 names and you need to print a greeting for each one. Would you write &lt;code&gt;print()&lt;/code&gt; 100 times? That sounds incredibly tedious and inefficient, right?&lt;/p&gt;</description></item></channel></rss>