<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
      <title>Python - MYSTERY ZILLION</title>
      <link>http://www.mysteryzillion.org/categories/python/feed.rss</link>
      <pubDate>Sun, 19 May 13 13:30:43 -0400</pubDate>
         <description>Python - MYSTERY ZILLION</description>
   <language>my_MM</language>
   <atom:link href="/discussions/feed.rss" rel="self" type="application/rss+xml" />
   <item>
      <title>Python Exercise question</title>
      <link>http://www.mysteryzillion.org/discussion/12105/python-exercise-question</link>
      <pubDate>Tue, 18 Sep 2012 08:56:49 -0400</pubDate>
      <dc:creator>darkness0zack</dc:creator>
      <guid isPermaLink="false">12105@/discussions</guid>
      <description><![CDATA[<span style="font-family:'Masterpiece Uni Sans',Yunghkio,Myanmar3, Parabaik, Padauk, 'WinUni Innwa', 'Win Uni Innwa', 'MyMyanmar Unicode',Myanmar2;">Can somebody write the program for the following question?(Python Language)<br />" An acronym is a word formed by taking the first letters of the words in a phrase and making a word from them. Write a program that allows the user to type in a phrase and then outputs the acronym for that phrase. Note:the acronym should be all upper case, even if the words in the phrase are not capitalized."<br /><br />Notice : one should use .split() syntax. Please help solving this program because i found this question in a book about python and found no answer in it.</span>]]></description>
   </item>
      <item>
      <title>Can you explain what&#039;s wrong in this code</title>
      <link>http://www.mysteryzillion.org/discussion/12128/can-you-explain-what039s-wrong-in-this-code</link>
      <pubDate>Sun, 30 Sep 2012 03:17:32 -0400</pubDate>
      <dc:creator>darkness0zack</dc:creator>
      <guid isPermaLink="false">12128@/discussions</guid>
      <description><![CDATA[<span style="font-family:'Masterpiece Uni Sans',Yunghkio,Myanmar3, Parabaik, Padauk, 'WinUni Innwa', 'Win Uni Innwa', 'MyMyanmar Unicode',Myanmar2;">I have some mistakes in the codes below the execution of the codes should return {Cost of [('apples', 2.0), ('pears', 3.0), ('limes', 4.0)] is 12.25} but it's not returning this sentence ,instead it return {Cost of [('apples', 2.0), ('pears', 3.0), ('limes', 4.0)] is 4.5}<br /><br />fruitPrices = {'apples':2.00, 'oranges':1.50, 'pears':1.75, 'limes':0.75,<br />               'strawberries':1.00}<br /><br />def buyLotsOfFruit(orderList):<br />    <br />    totalCost = (fruitPrices['apples'] + fruitPrices['pears'] +<br />                 fruitPrices['limes'])<br /><br />    return totalCost<br /><br /># Main Method<br />if __name__ == '__main__':<br />    orderList = [('apples', 2.0), ('pears', 3.0), ('limes', 4.0)]<br />    print('Cost of ', orderList, 'is', buyLotsOfFruit(orderList))<br /><br /><br />SOMEBODY PLEASE FIND THE MISTAKE FOR ME IT'S REALLY IMPORTANT FOR ME. THANKS!</span>]]></description>
   </item>
      <item>
      <title>python ဆိုဘာ ဘာလဲ...</title>
      <link>http://www.mysteryzillion.org/discussion/3394/python-%E1%80%86%E1%80%AD%E1%80%AF%E1%80%98%E1%80%AC-%E1%80%98%E1%80%AC%E1%80%9C%E1%80%B2-</link>
      <pubDate>Sat, 21 Mar 2009 17:03:28 -0400</pubDate>
      <dc:creator>minlwin121</dc:creator>
      <guid isPermaLink="false">3394@/discussions</guid>
      <description><![CDATA[<span style="font-family:'Masterpiece Uni Sans',Yunghkio,Myanmar3, Parabaik, Padauk, 'WinUni Innwa', 'Win Uni Innwa', 'MyMyanmar Unicode',Myanmar2;">python ဆိုဘာ ဘာလဲ... ဘယ်လို အသုံး၀င်လဲ ခင်ဗျာ..<br /><br /> ကူညီကျပါအုံး.. မြန်မာ လို ရှင်းပြထားတဲ ့စာအုပ်စာတမ်းများ ရှိပါလားခင်ဗျာ.<br /><br /> ရန်ကုန် မှာ ရော.. python အကြောင်း သင်တန်းတွေ ရှိပါ လားခင်ဗျာ..:77:</span>]]></description>
   </item>
      <item>
      <title>Python Programming : Analytical and Constructional</title>
      <link>http://www.mysteryzillion.org/discussion/10006/python-programming-analytical-and-constructional</link>
      <pubDate>Thu, 31 Mar 2011 23:25:25 -0400</pubDate>
      <dc:creator>dR@goN</dc:creator>
      <guid isPermaLink="false">10006@/discussions</guid>
      <description><![CDATA[<span style="font-family:'Masterpiece Uni Sans',Yunghkio,Myanmar3, Parabaik, Padauk, 'WinUni Innwa', 'Win Uni Innwa', 'MyMyanmar Unicode',Myanmar2;">နောက်ရက်ကြမှ စရေးတော့မယ်နော်။</span>]]></description>
   </item>
      </channel>
</rss>