<?xml version="1.0"?>
<rss version="2.0">
   <channel>
      <title>PYTHON MOD ALMA by Emre Ünal</title>
      <link>https://padlet.com/emreunal/python_mod_alma</link>
      <description></description>
      <language>en-us</language>
      <pubDate>2018-11-28 16:52:47 UTC</pubDate>
      <lastBuildDate>2019-01-12 19:59:39 UTC</lastBuildDate>
      <webMaster>hello@padlet.com</webMaster>
      <image>
         <url></url>
      </image>
      <item>
         <title>MOD Alma Nedir?</title>
         <author>emreunal</author>
         <link>https://padlet.com/emreunal/python_mod_alma/wish/316959762</link>
         <description><![CDATA[<div>Python'da Mod alma aritmetik bir operatördür. </div>]]></description>
         <enclosure url="" />
         <pubDate>2019-01-01 12:55:41 UTC</pubDate>
         <guid>https://padlet.com/emreunal/python_mod_alma/wish/316959762</guid>
      </item>
      <item>
         <title>Peki mod alma ne işe yarar?</title>
         <author>emreunal</author>
         <link>https://padlet.com/emreunal/python_mod_alma/wish/316959798</link>
         <description><![CDATA[<div>Mod almak iki sayının bölümünden kalan sonucu almaktır.</div>]]></description>
         <enclosure url="" />
         <pubDate>2019-01-01 12:56:56 UTC</pubDate>
         <guid>https://padlet.com/emreunal/python_mod_alma/wish/316959798</guid>
      </item>
      <item>
         <title>Örnekler</title>
         <author>emreunal</author>
         <link>https://padlet.com/emreunal/python_mod_alma/wish/316960358</link>
         <description><![CDATA[]]></description>
         <enclosure url="" />
         <pubDate>2019-01-01 13:17:12 UTC</pubDate>
         <guid>https://padlet.com/emreunal/python_mod_alma/wish/316960358</guid>
      </item>
      <item>
         <title>Python&#39;da Bölmeden Kalan Bulma</title>
         <author>emreunal</author>
         <link>https://padlet.com/emreunal/python_mod_alma/wish/316960590</link>
         <description><![CDATA[<pre>sayi1 = int(input("Bölünecek Sayı Giriniz:"))
sayi2 = int(input("Bölen Sayıyı Giriniz:"))
islem = sayi1 % sayi2
print(sayi1,"sayısının",sayi2,"sayısına tam bölümünden kalan =",islem)</pre>]]></description>
         <enclosure url="" />
         <pubDate>2019-01-01 13:22:34 UTC</pubDate>
         <guid>https://padlet.com/emreunal/python_mod_alma/wish/316960590</guid>
      </item>
   </channel>
</rss>
