<?xml version="1.0"?>
<rss version="2.0">
   <channel>
      <title>Python Ex by Deshan Watts</title>
      <link>https://padlet.com/deshanuk/2xqslqwjptpo</link>
      <description>Made with good vibes</description>
      <language>en-us</language>
      <pubDate>2018-03-05 09:42:22 UTC</pubDate>
      <lastBuildDate>2024-11-07 02:35:23 UTC</lastBuildDate>
      <webMaster>hello@padlet.com</webMaster>
      <image>
         <url></url>
      </image>
      <item>
         <title>Multi way if statement</title>
         <author>deshanuk</author>
         <link>https://padlet.com/deshanuk/2xqslqwjptpo/wish/237989470</link>
         <description><![CDATA[<div>sal =input("Enter the Salary : ")<br>if sal&lt; =11000:<br>  tax=0<br>  print("Salary After tax :" , sal)<br>elif sal&gt;=11000 and sal&lt;= 35000:<br>  tax=sal*0.2<br>  gsal=sal-tax<br>  print(""Salary After tax :" , gsal)<br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2018-03-05 09:52:00 UTC</pubDate>
         <guid>https://padlet.com/deshanuk/2xqslqwjptpo/wish/237989470</guid>
      </item>
      <item>
         <title></title>
         <author>deshanuk</author>
         <link>https://padlet.com/deshanuk/2xqslqwjptpo/wish/237990214</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/266288852/aff80dcc7acc088861587ccb3308d345/Python_for_Kids__A_Playful_Introduction_to_Programming__Briggs_2012_12_22_.pdf" />
         <pubDate>2018-03-05 09:54:37 UTC</pubDate>
         <guid>https://padlet.com/deshanuk/2xqslqwjptpo/wish/237990214</guid>
      </item>
      <item>
         <title>Example 7 – Logical Operator</title>
         <author>deshanuk</author>
         <link>https://padlet.com/deshanuk/2xqslqwjptpo/wish/237993533</link>
         <description><![CDATA[<div>A year is a leap year if it is divisible by 4 but not by 100 or if it is divisible by 400.</div>]]></description>
         <enclosure url="" />
         <pubDate>2018-03-05 10:06:00 UTC</pubDate>
         <guid>https://padlet.com/deshanuk/2xqslqwjptpo/wish/237993533</guid>
      </item>
      <item>
         <title></title>
         <author>deshanuk</author>
         <link>https://padlet.com/deshanuk/2xqslqwjptpo/wish/238090919</link>
         <description><![CDATA[<div>Given inputs A and B, select the truth table corresponding to the correct output given the logic gates below:<br><br></div><div><br><br></div><div><br></div><div><br><br></div><div>Select one:</div><div><br><br>A B C Output<br>0 0 0 1<br>0 0 1 0<br>0 1 0 1<br>0 1 1 0<br>1 0 0 1<br>1 0 1 1<br>1 1 0 0<br>1 1 1 0</div><div><br><br>A B C Output<br>0 0 0 1<br>0 0 1 0<br>0 1 0 0<br>0 1 1 0<br>1 0 0 1<br>1 0 1 1<br>1 1 0 1<br>1 1 1 1</div><div><br><br>A B C Output<br>0 0 0 0<br>0 0 1 1<br>0 1 0 1<br>0 1 1 1<br>1 0 0 0<br>1 0 1 0<br>1 1 0 0<br>1 1 1 0</div>]]></description>
         <enclosure url="" />
         <pubDate>2018-03-05 14:27:51 UTC</pubDate>
         <guid>https://padlet.com/deshanuk/2xqslqwjptpo/wish/238090919</guid>
      </item>
      <item>
         <title></title>
         <author>deshanuk</author>
         <link>https://padlet.com/deshanuk/2xqslqwjptpo/wish/238092084</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/266288852/20e8e8a341f8c9cd87699e8e75b4ad9b/image.png" />
         <pubDate>2018-03-05 14:29:35 UTC</pubDate>
         <guid>https://padlet.com/deshanuk/2xqslqwjptpo/wish/238092084</guid>
      </item>
      <item>
         <title></title>
         <author>deshanuk</author>
         <link>https://padlet.com/deshanuk/2xqslqwjptpo/wish/238097198</link>
         <description><![CDATA[<div>Given this code extract in Python, what is the value of y?<br><br></div><div>x = 0<br>y = 10 if x &gt; 0 else -10<br><br><br></div><div><br></div><div>Select one:</div><div><br>0</div><div><br><br>-10</div><div><br><br>Syntax error</div><div><br><br>10</div>]]></description>
         <enclosure url="" />
         <pubDate>2018-03-05 14:36:31 UTC</pubDate>
         <guid>https://padlet.com/deshanuk/2xqslqwjptpo/wish/238097198</guid>
      </item>
   </channel>
</rss>
