<?xml version="1.0"?>
<rss version="2.0">
   <channel>
      <title>Python CAA day 3 by Miaomiao Zhou</title>
      <link>https://padlet.com/miaomiaozhou88/CAAday3</link>
      <description>Made with wonder</description>
      <language>en-us</language>
      <pubDate>2017-02-14 07:46:39 UTC</pubDate>
      <lastBuildDate>2017-02-14 08:08:37 UTC</lastBuildDate>
      <webMaster>hello@padlet.com</webMaster>
      <image>
         <url></url>
      </image>
      <item>
         <title>py</title>
         <author>miaomiaozhou88</author>
         <link>https://padlet.com/miaomiaozhou88/CAAday3/wish/153637078</link>
         <description><![CDATA[<div>a = 100 # define input a<br><br>b = 200 # define input b<br><br>addup = 0 # define sum &nbsp;<br><br>while a&lt;b:# now we create the loop&nbsp; "The sum of all odd integers from a through b"<br><br>&nbsp; &nbsp; a=a+1 # a increases, remember, we are making a a variable<br><br>&nbsp; &nbsp; if a%2==1: # if a devided by 2 remains 1, it is an odd number<br><br>&nbsp; &nbsp; &nbsp; &nbsp; addup +=a &nbsp; # then the odd number add up each other, you can also do addup = addup+a<br><br>&nbsp; &nbsp; &nbsp; &nbsp; print addup # gives your final sum<br><br><br><br>print addup #&nbsp; &nbsp; &nbsp; &nbsp;&nbsp;<br><br><br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2017-02-14 07:51:31 UTC</pubDate>
         <guid>https://padlet.com/miaomiaozhou88/CAAday3/wish/153637078</guid>
      </item>
      <item>
         <title>Miaomiao script</title>
         <author></author>
         <link>https://padlet.com/miaomiaozhou88/CAAday3/wish/153638541</link>
         <description><![CDATA[<div>#Miaomiao script<br><br>import time<br><br>i for i in range (1,1000):<br><br>&nbsp; &nbsp; if i % 2 == 1:<br><br>&nbsp; &nbsp; &nbsp; &nbsp; print ("Miaomiao"); time.sleep (0.1)<br><br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2017-02-14 08:06:59 UTC</pubDate>
         <guid>https://padlet.com/miaomiaozhou88/CAAday3/wish/153638541</guid>
      </item>
   </channel>
</rss>
