<?xml version="1.0"?>
<rss version="2.0">
   <channel>
      <title>A Daily Coding Challenge by Steven Reed</title>
      <link>https://padlet.com/steven_reed1/ujiixnzpb9pwcoc8</link>
      <description>A daily review of previous coding activities...</description>
      <language>en-us</language>
      <pubDate>2022-03-21 11:49:25 UTC</pubDate>
      <lastBuildDate>2025-04-09 10:46:49 UTC</lastBuildDate>
      <webMaster>hello@padlet.com</webMaster>
      <image>
         <url>https://padlet.net/icons/png/1f937-2642.png</url>
      </image>
      <item>
         <title>Virtual SMOOCH!</title>
         <author>steven_reed1</author>
         <link>https://padlet.com/steven_reed1/ujiixnzpb9pwcoc8/wish/2105136338</link>
         <description><![CDATA[<div>Grandma normally gives you kisses for your birthday - one for every year old you are. When you turned 12, she smooched you with 12 hugs! This year, she, unfortunately, cannot see you on your birthday, so instead, she wants to send you virtual kisses! Create a program that prompts the user for how old they are turning and then using a loop, output a virtual kiss for every year old they are. The following prints a single virtual smooch.&nbsp;<br><br>”print("**SMOOCH**")&nbsp; &nbsp; &nbsp;<br><br>Hint - use a while loop. Visit 4.3 if you need a refresher.</div>]]></description>
         <enclosure url="https://media1.giphy.com/media/dMYVHzANYb9p6/giphy.gif" />
         <pubDate>2022-03-21 12:01:35 UTC</pubDate>
         <guid>https://padlet.com/steven_reed1/ujiixnzpb9pwcoc8/wish/2105136338</guid>
      </item>
      <item>
         <title></title>
         <author></author>
         <link>https://padlet.com/steven_reed1/ujiixnzpb9pwcoc8/wish/2105796630</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/1360589879/f9a240cc6f7476de9b27850c77d65657/image.png" />
         <pubDate>2022-03-21 17:07:28 UTC</pubDate>
         <guid>https://padlet.com/steven_reed1/ujiixnzpb9pwcoc8/wish/2105796630</guid>
      </item>
      <item>
         <title>age = int(input(&quot;Age: &quot;))x = 0while x &lt; age:  print(&quot;**SMOOCH**&quot;)    x += 1</title>
         <author></author>
         <link>https://padlet.com/steven_reed1/ujiixnzpb9pwcoc8/wish/2105799937</link>
         <description><![CDATA[]]></description>
         <enclosure url="" />
         <pubDate>2022-03-21 17:09:06 UTC</pubDate>
         <guid>https://padlet.com/steven_reed1/ujiixnzpb9pwcoc8/wish/2105799937</guid>
      </item>
      <item>
         <title>Oliver</title>
         <author></author>
         <link>https://padlet.com/steven_reed1/ujiixnzpb9pwcoc8/wish/2105800201</link>
         <description><![CDATA[<div>x = int(input("How old are you: "))<br><br>for i in range(x):<br>&nbsp; &nbsp; print("**SMOOCH**")&nbsp; &nbsp;</div>]]></description>
         <enclosure url="" />
         <pubDate>2022-03-21 17:09:15 UTC</pubDate>
         <guid>https://padlet.com/steven_reed1/ujiixnzpb9pwcoc8/wish/2105800201</guid>
      </item>
      <item>
         <title></title>
         <author></author>
         <link>https://padlet.com/steven_reed1/ujiixnzpb9pwcoc8/wish/2105804318</link>
         <description><![CDATA[<div>age= int(input("How old are you turning? "))<br>for i in range(age):<br>&nbsp; &nbsp; print("**SMOOCH**")&nbsp; &nbsp; &nbsp;</div>]]></description>
         <enclosure url="" />
         <pubDate>2022-03-21 17:11:20 UTC</pubDate>
         <guid>https://padlet.com/steven_reed1/ujiixnzpb9pwcoc8/wish/2105804318</guid>
      </item>
      <item>
         <title>Daily Coding Challenge</title>
         <author></author>
         <link>https://padlet.com/steven_reed1/ujiixnzpb9pwcoc8/wish/2105805547</link>
         <description><![CDATA[<div>age = int(input("How old are you turning? "))<br><br>c = 0<br>while(age != c):<br>&nbsp; &nbsp; print("**SMOOCH**")<br>&nbsp; &nbsp; c += 1</div>]]></description>
         <enclosure url="" />
         <pubDate>2022-03-21 17:11:57 UTC</pubDate>
         <guid>https://padlet.com/steven_reed1/ujiixnzpb9pwcoc8/wish/2105805547</guid>
      </item>
      <item>
         <title>age = int(input(&quot;How old are you turning? &quot;))for i in range(age):    print(&quot;**SMOOCH**&quot;)</title>
         <author>rileybrown3</author>
         <link>https://padlet.com/steven_reed1/ujiixnzpb9pwcoc8/wish/2105813921</link>
         <description><![CDATA[]]></description>
         <enclosure url="" />
         <pubDate>2022-03-21 17:16:09 UTC</pubDate>
         <guid>https://padlet.com/steven_reed1/ujiixnzpb9pwcoc8/wish/2105813921</guid>
      </item>
      <item>
         <title>age = int(input(&quot;How old are you?&quot; ))for i in range(age):    age = (&quot;SMOOCH&quot;)    print(age)</title>
         <author></author>
         <link>https://padlet.com/steven_reed1/ujiixnzpb9pwcoc8/wish/2105814893</link>
         <description><![CDATA[]]></description>
         <enclosure url="" />
         <pubDate>2022-03-21 17:16:40 UTC</pubDate>
         <guid>https://padlet.com/steven_reed1/ujiixnzpb9pwcoc8/wish/2105814893</guid>
      </item>
      <item>
         <title>kith</title>
         <author></author>
         <link>https://padlet.com/steven_reed1/ujiixnzpb9pwcoc8/wish/2105825091</link>
         <description><![CDATA[<div>kith = "**SMOOCH**"<br>age = int(input("How old are you now?"))<br><br>for i in range(age)<br>      print(kith)</div>]]></description>
         <enclosure url="" />
         <pubDate>2022-03-21 17:22:01 UTC</pubDate>
         <guid>https://padlet.com/steven_reed1/ujiixnzpb9pwcoc8/wish/2105825091</guid>
      </item>
   </channel>
</rss>
