<?xml version="1.0"?>
<rss version="2.0">
   <channel>
      <title>WORKS OF STUDENTS WİTH PYTHON by Güzide Sivritepe</title>
      <link>https://padlet.com/guzidesivritepe/vktekhmx7araluu7</link>
      <description>Hayat dolu bir gülümsemeyle yapıldı</description>
      <language>en-us</language>
      <pubDate>2020-11-14 13:17:49 UTC</pubDate>
      <lastBuildDate>2024-10-09 10:51:23 UTC</lastBuildDate>
      <webMaster>hello@padlet.com</webMaster>
      <image>
         <url></url>
      </image>
      <item>
         <title>python degiskenler</title>
         <author></author>
         <link>https://padlet.com/guzidesivritepe/vktekhmx7araluu7/wish/928967265</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/852897075/9059b9ebab3d12ecb9d5333e82a63ac9/python_degiskenler.docx" />
         <pubDate>2020-11-16 19:40:14 UTC</pubDate>
         <guid>https://padlet.com/guzidesivritepe/vktekhmx7araluu7/wish/928967265</guid>
      </item>
      <item>
         <title>break- contiune</title>
         <author></author>
         <link>https://padlet.com/guzidesivritepe/vktekhmx7araluu7/wish/928972383</link>
         <description><![CDATA[<div>"""</div><div>name='Anıl mert'</div><div>for letter in name:</div><div>    if letter=='Y':# harf Y mi</div><div>        break #programı durdur </div><div>        #contiune yaparsak o değeri atlar devam eder</div><div>    print(letter) #for döngüsü Y olana kadar tek tek yazar</div><div>"""</div><div>"""</div><div>x=0</div><div>while x&lt;5:</div><div>    x+=1</div><div>    if x==2:#şartta x değeri 2 olursa</div><div>        #break # programı durdur</div><div>        continue# 2 değerini atlar devam eder </div><div>    print(x)</div><div>  """</div><div>s=1</div><div>sonuc=0</div><div>while s&lt;=100:</div><div>    s+=1    </div><div>    if s%2==1:</div><div>        continue</div><div>    sonuc+=s</div><div>    </div><div>print(f'sonuc={sonuc}')</div>]]></description>
         <enclosure url="" />
         <pubDate>2020-11-16 19:41:20 UTC</pubDate>
         <guid>https://padlet.com/guzidesivritepe/vktekhmx7araluu7/wish/928972383</guid>
      </item>
      <item>
         <title>list-for-array-tuple</title>
         <author></author>
         <link>https://padlet.com/guzidesivritepe/vktekhmx7araluu7/wish/928982365</link>
         <description><![CDATA[<div>"""</div><div>#for kullanımı </div><div>numbers=[1,2,3,4,5]</div><div>for i in numbers:#döngü kullanımı</div><div>    print(i)</div><div>    #aşağıdaaaki ile aynı döngü</div><div>for i in range(1,6):#döngü kullanımı</div><div>    print(i)</div><div>"""</div><div>"""#2. örnek</div><div>names=['zeyid','huseyin','anıl']</div><div>for a in names:</div><div>    print(f'my name is {a}')</div><div>#3.örnek</div><div>name='hakkı can nurtenmtal'</div><div>for harf in name:#name değerini harflere parçalar</div><div>    print(harf)</div><div>"""</div><div>"""</div><div>tuple=[(1,2),(1,3),(3,5),(5,7)]</div><div>for t in tuple:</div><div>    print(t)</div><div>for a,b in tuple:#dizinin 1. değerlerini döngüde çeker</div><div>    print(a)</div><div>"""</div><div>d={'k1:':1,'k2:':2,'k3:':3}</div><div>for item in d:</div><div>    print(item)</div><div>for t in d.items():#girilen değerin karşılığı fonksiyonu</div><div>    print(t)</div><div>for key,Value in d.items():#girilen değerin karşılığı fonksiyonu</div><div>    print(Value)#sadece değerveya sadece key değerini de çağırabilirsiniz</div><div>    </div>]]></description>
         <enclosure url="" />
         <pubDate>2020-11-16 19:43:33 UTC</pubDate>
         <guid>https://padlet.com/guzidesivritepe/vktekhmx7araluu7/wish/928982365</guid>
      </item>
      <item>
         <title></title>
         <author></author>
         <link>https://padlet.com/guzidesivritepe/vktekhmx7araluu7/wish/1015580097</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/912062307/6e95e8c8a0ffcc53f05e1d161e775666/IMG_20201214_150420.jpg" />
         <pubDate>2020-12-14 12:05:39 UTC</pubDate>
         <guid>https://padlet.com/guzidesivritepe/vktekhmx7araluu7/wish/1015580097</guid>
      </item>
      <item>
         <title></title>
         <author>aykanatbelinay2006</author>
         <link>https://padlet.com/guzidesivritepe/vktekhmx7araluu7/wish/1015766857</link>
         <description><![CDATA[<div>P.Belinay</div>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/887975465/aa129ef7d0bfb40b22e7236add541272/Screenshot_20201214_134201_2.png" />
         <pubDate>2020-12-14 13:28:11 UTC</pubDate>
         <guid>https://padlet.com/guzidesivritepe/vktekhmx7araluu7/wish/1015766857</guid>
      </item>
      <item>
         <title></title>
         <author>aykanatbelinay2006</author>
         <link>https://padlet.com/guzidesivritepe/vktekhmx7araluu7/wish/1015769920</link>
         <description><![CDATA[<div>P.Belinay yapan</div>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/887975465/fd6a509f23f1d884624662feef021700/Screenshot_20201214_134201_3.png" />
         <pubDate>2020-12-14 13:29:00 UTC</pubDate>
         <guid>https://padlet.com/guzidesivritepe/vktekhmx7araluu7/wish/1015769920</guid>
      </item>
      <item>
         <title></title>
         <author>aykanatbelinay2006</author>
         <link>https://padlet.com/guzidesivritepe/vktekhmx7araluu7/wish/1015772231</link>
         <description><![CDATA[<div>P.Belinay yapan</div>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/887975465/77908858e83f346100d3941d05370dbe/Screenshot_20201214_134201_4.png" />
         <pubDate>2020-12-14 13:29:41 UTC</pubDate>
         <guid>https://padlet.com/guzidesivritepe/vktekhmx7araluu7/wish/1015772231</guid>
      </item>
      <item>
         <title></title>
         <author></author>
         <link>https://padlet.com/guzidesivritepe/vktekhmx7araluu7/wish/1015926821</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/912062307/c4f3a78a39219272c9f7c157693e004a/IMG_20201214_170717.jpg" />
         <pubDate>2020-12-14 14:08:53 UTC</pubDate>
         <guid>https://padlet.com/guzidesivritepe/vktekhmx7araluu7/wish/1015926821</guid>
      </item>
      <item>
         <title></title>
         <author></author>
         <link>https://padlet.com/guzidesivritepe/vktekhmx7araluu7/wish/1015940646</link>
         <description><![CDATA[<div>Yapan: Nazmiye Nur</div>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/912062307/2093a99590191e8304d775f85d98fec7/IMG_20201214_165701.jpg" />
         <pubDate>2020-12-14 14:11:47 UTC</pubDate>
         <guid>https://padlet.com/guzidesivritepe/vktekhmx7araluu7/wish/1015940646</guid>
      </item>
      <item>
         <title></title>
         <author></author>
         <link>https://padlet.com/guzidesivritepe/vktekhmx7araluu7/wish/1016101502</link>
         <description><![CDATA[<div>Yapan: Nazmiye Nur</div>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/912062307/cd18bd5fefe77d9c5c1335cadfb471e9/IMG_20201214_174338.jpg" />
         <pubDate>2020-12-14 14:45:08 UTC</pubDate>
         <guid>https://padlet.com/guzidesivritepe/vktekhmx7araluu7/wish/1016101502</guid>
      </item>
      <item>
         <title></title>
         <author></author>
         <link>https://padlet.com/guzidesivritepe/vktekhmx7araluu7/wish/1016214855</link>
         <description><![CDATA[<div> Yapan: Nazmiye Nur</div>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/912062307/29193fecebacac188a2459733ba7d5d4/IMG_20201214_180212.jpg" />
         <pubDate>2020-12-14 15:08:07 UTC</pubDate>
         <guid>https://padlet.com/guzidesivritepe/vktekhmx7araluu7/wish/1016214855</guid>
      </item>
      <item>
         <title></title>
         <author>aykanatbelinay2006</author>
         <link>https://padlet.com/guzidesivritepe/vktekhmx7araluu7/wish/1042256188</link>
         <description><![CDATA[<div>P.Belinay yapan  </div>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/887975465/d87b25dc68c97262158a54bb500b6d6f/IMG_20201226_132356_332_2.jpg" />
         <pubDate>2020-12-26 10:25:55 UTC</pubDate>
         <guid>https://padlet.com/guzidesivritepe/vktekhmx7araluu7/wish/1042256188</guid>
      </item>
      <item>
         <title></title>
         <author>aykanatbelinay2006</author>
         <link>https://padlet.com/guzidesivritepe/vktekhmx7araluu7/wish/1042256471</link>
         <description><![CDATA[<div>P.Belinay yapan</div>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/887975465/1b1814ffbec6f648d770d721cecd06ed/IMG_20201226_132356_332_3.jpg" />
         <pubDate>2020-12-26 10:26:41 UTC</pubDate>
         <guid>https://padlet.com/guzidesivritepe/vktekhmx7araluu7/wish/1042256471</guid>
      </item>
      <item>
         <title></title>
         <author>aykanatbelinay2006</author>
         <link>https://padlet.com/guzidesivritepe/vktekhmx7araluu7/wish/1042256729</link>
         <description><![CDATA[<div>P.Belinay yapan</div>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/887975465/e15cd154edac2a1894785baa36ccfc82/IMG_20201226_132356_332_4.jpg" />
         <pubDate>2020-12-26 10:27:17 UTC</pubDate>
         <guid>https://padlet.com/guzidesivritepe/vktekhmx7araluu7/wish/1042256729</guid>
      </item>
      <item>
         <title></title>
         <author>aykanatbelinay2006</author>
         <link>https://padlet.com/guzidesivritepe/vktekhmx7araluu7/wish/1042259867</link>
         <description><![CDATA[<div>P.Belinay yapan </div>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/887975465/03340b14fc87a61321fa175ad180e144/IMG_20201226_133028_122_2.jpg" />
         <pubDate>2020-12-26 10:35:41 UTC</pubDate>
         <guid>https://padlet.com/guzidesivritepe/vktekhmx7araluu7/wish/1042259867</guid>
      </item>
      <item>
         <title></title>
         <author>aykanatbelinay2006</author>
         <link>https://padlet.com/guzidesivritepe/vktekhmx7araluu7/wish/1042261558</link>
         <description><![CDATA[<div>P.Belinay yapan</div>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/887975465/f6e66073d9ad4530d2ff024a3b151ccf/IMG_20201226_133028_122_3.jpg" />
         <pubDate>2020-12-26 10:39:51 UTC</pubDate>
         <guid>https://padlet.com/guzidesivritepe/vktekhmx7araluu7/wish/1042261558</guid>
      </item>
      <item>
         <title></title>
         <author>aykanatbelinay2006</author>
         <link>https://padlet.com/guzidesivritepe/vktekhmx7araluu7/wish/1042261817</link>
         <description><![CDATA[<div>P.Belinay yapan </div>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/887975465/e6a121b3d4c5a03495b0c941f3c4be06/IMG_20201226_133028_122_5.jpg" />
         <pubDate>2020-12-26 10:40:28 UTC</pubDate>
         <guid>https://padlet.com/guzidesivritepe/vktekhmx7araluu7/wish/1042261817</guid>
      </item>
      <item>
         <title></title>
         <author>aykanatbelinay2006</author>
         <link>https://padlet.com/guzidesivritepe/vktekhmx7araluu7/wish/1042298031</link>
         <description><![CDATA[<div>P.Belinay yapan </div>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/887975465/fb2b39c2d629d89a964b6c816b89652a/IMG_20201226_151058_753_2.jpg" />
         <pubDate>2020-12-26 12:11:58 UTC</pubDate>
         <guid>https://padlet.com/guzidesivritepe/vktekhmx7araluu7/wish/1042298031</guid>
      </item>
      <item>
         <title></title>
         <author>aykanatbelinay2006</author>
         <link>https://padlet.com/guzidesivritepe/vktekhmx7araluu7/wish/1042304213</link>
         <description><![CDATA[<div>P.Belinay yapan</div>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/887975465/685871ba04f8c953ab0c139403c9ac7e/IMG_20201226_152638_862_2.jpg" />
         <pubDate>2020-12-26 12:27:55 UTC</pubDate>
         <guid>https://padlet.com/guzidesivritepe/vktekhmx7araluu7/wish/1042304213</guid>
      </item>
      <item>
         <title></title>
         <author>aykanatbelinay2006</author>
         <link>https://padlet.com/guzidesivritepe/vktekhmx7araluu7/wish/1042306285</link>
         <description><![CDATA[<div>P.Belinay yapan</div>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/887975465/93c33316b6f019e9451db246a6853b08/IMG_20201226_153116_235_2.jpg" />
         <pubDate>2020-12-26 12:32:32 UTC</pubDate>
         <guid>https://padlet.com/guzidesivritepe/vktekhmx7araluu7/wish/1042306285</guid>
      </item>
      <item>
         <title></title>
         <author>aykanatbelinay2006</author>
         <link>https://padlet.com/guzidesivritepe/vktekhmx7araluu7/wish/1042310949</link>
         <description><![CDATA[<div>P.Belinay yapan</div>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/887975465/9509f0405fda1af8df8b1a3899f92866/IMG_20201226_153828_503_2.jpg" />
         <pubDate>2020-12-26 12:40:03 UTC</pubDate>
         <guid>https://padlet.com/guzidesivritepe/vktekhmx7araluu7/wish/1042310949</guid>
      </item>
      <item>
         <title></title>
         <author>aykanatbelinay2006</author>
         <link>https://padlet.com/guzidesivritepe/vktekhmx7araluu7/wish/1042319327</link>
         <description><![CDATA[<div>P.Beliyan yapan</div>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/887975465/d28f316961f70752712cfcc2cf899264/IMG_20201226_160129_023_2.jpg" />
         <pubDate>2020-12-26 13:03:16 UTC</pubDate>
         <guid>https://padlet.com/guzidesivritepe/vktekhmx7araluu7/wish/1042319327</guid>
      </item>
      <item>
         <title></title>
         <author></author>
         <link>https://padlet.com/guzidesivritepe/vktekhmx7araluu7/wish/1042319614</link>
         <description><![CDATA[<div>Nurten</div>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/927427122/1edd3a9719eafda87f99b582c9ba3fd1/20201226_145604.jpg" />
         <pubDate>2020-12-26 13:04:12 UTC</pubDate>
         <guid>https://padlet.com/guzidesivritepe/vktekhmx7araluu7/wish/1042319614</guid>
      </item>
      <item>
         <title></title>
         <author></author>
         <link>https://padlet.com/guzidesivritepe/vktekhmx7araluu7/wish/1042319742</link>
         <description><![CDATA[<div>Nurten</div>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/927427122/5e7d37fcaddc7602ad08928a57227120/20201226_151233.jpg" />
         <pubDate>2020-12-26 13:04:34 UTC</pubDate>
         <guid>https://padlet.com/guzidesivritepe/vktekhmx7araluu7/wish/1042319742</guid>
      </item>
      <item>
         <title></title>
         <author></author>
         <link>https://padlet.com/guzidesivritepe/vktekhmx7araluu7/wish/1042319910</link>
         <description><![CDATA[<div>Nurten</div>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/927427122/cbb97865292125440b6c3c02b310a41e/20201226_155610.jpg" />
         <pubDate>2020-12-26 13:05:07 UTC</pubDate>
         <guid>https://padlet.com/guzidesivritepe/vktekhmx7araluu7/wish/1042319910</guid>
      </item>
      <item>
         <title></title>
         <author></author>
         <link>https://padlet.com/guzidesivritepe/vktekhmx7araluu7/wish/1042320119</link>
         <description><![CDATA[<div>Nurten</div>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/927427122/14dbb93afb56c181b907bda5c463aa9a/20201226_155633.jpg" />
         <pubDate>2020-12-26 13:05:44 UTC</pubDate>
         <guid>https://padlet.com/guzidesivritepe/vktekhmx7araluu7/wish/1042320119</guid>
      </item>
      <item>
         <title></title>
         <author></author>
         <link>https://padlet.com/guzidesivritepe/vktekhmx7araluu7/wish/1042320368</link>
         <description><![CDATA[<div>Nurten</div>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/927427122/fa4e3d4e859d622d1b30e94ea5285941/20201226_155654.jpg" />
         <pubDate>2020-12-26 13:06:17 UTC</pubDate>
         <guid>https://padlet.com/guzidesivritepe/vktekhmx7araluu7/wish/1042320368</guid>
      </item>
      <item>
         <title></title>
         <author>aykanatbelinay2006</author>
         <link>https://padlet.com/guzidesivritepe/vktekhmx7araluu7/wish/1042326859</link>
         <description><![CDATA[<div>P.Belinay yapan </div>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/887975465/f8acc92b5932bac3a0b4ebf1d80de37e/IMG_20201226_162327_206_2.jpg" />
         <pubDate>2020-12-26 13:24:26 UTC</pubDate>
         <guid>https://padlet.com/guzidesivritepe/vktekhmx7araluu7/wish/1042326859</guid>
      </item>
      <item>
         <title></title>
         <author>aykanatbelinay2006</author>
         <link>https://padlet.com/guzidesivritepe/vktekhmx7araluu7/wish/1042339541</link>
         <description><![CDATA[<div>P.Belinay yapan</div>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/887975465/6e6ddb9df655691cc441eea6696b8de9/IMG_20201214_125214_933_3.jpg" />
         <pubDate>2020-12-26 13:58:23 UTC</pubDate>
         <guid>https://padlet.com/guzidesivritepe/vktekhmx7araluu7/wish/1042339541</guid>
      </item>
      <item>
         <title></title>
         <author></author>
         <link>https://padlet.com/guzidesivritepe/vktekhmx7araluu7/wish/1042340161</link>
         <description><![CDATA[<div>Yapan/Şerife Nisa Yurdusev </div>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/927475071/d412efd078930bbc069621a9911a38dd/1608991134267.jpg" />
         <pubDate>2020-12-26 14:00:04 UTC</pubDate>
         <guid>https://padlet.com/guzidesivritepe/vktekhmx7araluu7/wish/1042340161</guid>
      </item>
      <item>
         <title></title>
         <author></author>
         <link>https://padlet.com/guzidesivritepe/vktekhmx7araluu7/wish/1042348481</link>
         <description><![CDATA[<div>Şerife Nisa Yurdusev</div>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/927475071/868276eeae56d42e1a555afb0d0ff3a6/1608992395266.jpg" />
         <pubDate>2020-12-26 14:21:05 UTC</pubDate>
         <guid>https://padlet.com/guzidesivritepe/vktekhmx7araluu7/wish/1042348481</guid>
      </item>
      <item>
         <title></title>
         <author>gulcanmert765</author>
         <link>https://padlet.com/guzidesivritepe/vktekhmx7araluu7/wish/1042362761</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/910909836/02cac167e12dc34feaf5354c4c03c4b5/16089942966816760055276197936847.jpg" />
         <pubDate>2020-12-26 14:52:36 UTC</pubDate>
         <guid>https://padlet.com/guzidesivritepe/vktekhmx7araluu7/wish/1042362761</guid>
      </item>
      <item>
         <title></title>
         <author>gulcanmert765</author>
         <link>https://padlet.com/guzidesivritepe/vktekhmx7araluu7/wish/1042363297</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/910909836/abd97f81ae2d21883da8f89516886fc5/16089944134996821441766883241822.jpg" />
         <pubDate>2020-12-26 14:53:39 UTC</pubDate>
         <guid>https://padlet.com/guzidesivritepe/vktekhmx7araluu7/wish/1042363297</guid>
      </item>
      <item>
         <title></title>
         <author>aykanatbelinay2006</author>
         <link>https://padlet.com/guzidesivritepe/vktekhmx7araluu7/wish/1042370017</link>
         <description><![CDATA[<div>P.Belinay</div>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/887975465/ec34a6201a5b0e146403b074b1b9c2b3/IMG_20201226_180600_173_2.jpg" />
         <pubDate>2020-12-26 15:08:26 UTC</pubDate>
         <guid>https://padlet.com/guzidesivritepe/vktekhmx7araluu7/wish/1042370017</guid>
      </item>
      <item>
         <title></title>
         <author>aykanatbelinay2006</author>
         <link>https://padlet.com/guzidesivritepe/vktekhmx7araluu7/wish/1042373612</link>
         <description><![CDATA[<div>P.Belinay</div>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/887975465/263da7283f3aebc210322778add8ad78/IMG_20201226_181024_709_2.jpg" />
         <pubDate>2020-12-26 15:11:38 UTC</pubDate>
         <guid>https://padlet.com/guzidesivritepe/vktekhmx7araluu7/wish/1042373612</guid>
      </item>
      <item>
         <title></title>
         <author>aykanatbelinay2006</author>
         <link>https://padlet.com/guzidesivritepe/vktekhmx7araluu7/wish/1042378332</link>
         <description><![CDATA[<div>P. Belinay yapan</div>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/887975465/9bcc8bcdc65010be260f0b318a054d23/Screenshot_20201226_182028_3.png" />
         <pubDate>2020-12-26 15:22:00 UTC</pubDate>
         <guid>https://padlet.com/guzidesivritepe/vktekhmx7araluu7/wish/1042378332</guid>
      </item>
      <item>
         <title></title>
         <author>kadriyenuracikgoz</author>
         <link>https://padlet.com/guzidesivritepe/vktekhmx7araluu7/wish/1042395920</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/904099689/d4247fc5974701a92ea308835e7fd5b2/IMG_20201226_174427.jpg" />
         <pubDate>2020-12-26 15:59:34 UTC</pubDate>
         <guid>https://padlet.com/guzidesivritepe/vktekhmx7araluu7/wish/1042395920</guid>
      </item>
      <item>
         <title></title>
         <author>melekakin407</author>
         <link>https://padlet.com/guzidesivritepe/vktekhmx7araluu7/wish/1042397068</link>
         <description><![CDATA[<div>Melek Akin</div>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/888746637/fb958fd621ff053bf1a2cf99091f5cfb/Screenshot_2020_12_26_18_51_43_955_com_android_chrome.jpg" />
         <pubDate>2020-12-26 16:01:57 UTC</pubDate>
         <guid>https://padlet.com/guzidesivritepe/vktekhmx7araluu7/wish/1042397068</guid>
      </item>
      <item>
         <title></title>
         <author>kadriyenuracikgoz</author>
         <link>https://padlet.com/guzidesivritepe/vktekhmx7araluu7/wish/1042397153</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/904099689/8364b62a5a01be243ab37476954c5c32/IMG_20201226_173156.jpg" />
         <pubDate>2020-12-26 16:02:07 UTC</pubDate>
         <guid>https://padlet.com/guzidesivritepe/vktekhmx7araluu7/wish/1042397153</guid>
      </item>
      <item>
         <title></title>
         <author>melekakin407</author>
         <link>https://padlet.com/guzidesivritepe/vktekhmx7araluu7/wish/1042398074</link>
         <description><![CDATA[<div>Melek Akin</div>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/888746637/929e8a6ef02e2bf16d83a52da38e0559/Screenshot_2020_12_26_18_46_17_257_com_android_chrome.jpg" />
         <pubDate>2020-12-26 16:04:00 UTC</pubDate>
         <guid>https://padlet.com/guzidesivritepe/vktekhmx7araluu7/wish/1042398074</guid>
      </item>
      <item>
         <title></title>
         <author>melekakin407</author>
         <link>https://padlet.com/guzidesivritepe/vktekhmx7araluu7/wish/1042398799</link>
         <description><![CDATA[<div>Melek Akin</div>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/888746637/153236e0da56e76572e9fd135c7ce558/Screenshot_2020_12_26_18_32_58_613_com_android_chrome.jpg" />
         <pubDate>2020-12-26 16:05:33 UTC</pubDate>
         <guid>https://padlet.com/guzidesivritepe/vktekhmx7araluu7/wish/1042398799</guid>
      </item>
      <item>
         <title></title>
         <author>melekakin407</author>
         <link>https://padlet.com/guzidesivritepe/vktekhmx7araluu7/wish/1042399520</link>
         <description><![CDATA[<div>Melek Akin</div>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/888746637/10399e358ef75660b79b4a4ddd035c1e/Screenshot_2020_12_26_18_30_53_825_com_android_chrome.jpg" />
         <pubDate>2020-12-26 16:07:06 UTC</pubDate>
         <guid>https://padlet.com/guzidesivritepe/vktekhmx7araluu7/wish/1042399520</guid>
      </item>
      <item>
         <title></title>
         <author>melekakin407</author>
         <link>https://padlet.com/guzidesivritepe/vktekhmx7araluu7/wish/1042400194</link>
         <description><![CDATA[<div>Melek Akin</div>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/888746637/579f1613c58b96dd8ff20d12e744c75d/Screenshot_2020_12_26_18_23_34_115_com_android_chrome.jpg" />
         <pubDate>2020-12-26 16:08:36 UTC</pubDate>
         <guid>https://padlet.com/guzidesivritepe/vktekhmx7araluu7/wish/1042400194</guid>
      </item>
      <item>
         <title></title>
         <author>lorinkaldirim</author>
         <link>https://padlet.com/guzidesivritepe/vktekhmx7araluu7/wish/1042452748</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/927643549/f1f7c1d7c4dba49124b10a15b794725d/image.jpg" />
         <pubDate>2020-12-26 17:50:45 UTC</pubDate>
         <guid>https://padlet.com/guzidesivritepe/vktekhmx7araluu7/wish/1042452748</guid>
      </item>
      <item>
         <title></title>
         <author>lorinkaldirim</author>
         <link>https://padlet.com/guzidesivritepe/vktekhmx7araluu7/wish/1042457672</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/927643549/ce96810c16d1808880124aff6e9a77e7/image.jpg" />
         <pubDate>2020-12-26 17:59:44 UTC</pubDate>
         <guid>https://padlet.com/guzidesivritepe/vktekhmx7araluu7/wish/1042457672</guid>
      </item>
      <item>
         <title></title>
         <author></author>
         <link>https://padlet.com/guzidesivritepe/vktekhmx7araluu7/wish/1042857620</link>
         <description><![CDATA[<div>Yapan :Nazmiye nur önal</div>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/912062307/17b8e677434b4e18dea2656129214eac/IMG_20201227_015207.jpg" />
         <pubDate>2020-12-27 09:47:20 UTC</pubDate>
         <guid>https://padlet.com/guzidesivritepe/vktekhmx7araluu7/wish/1042857620</guid>
      </item>
      <item>
         <title></title>
         <author></author>
         <link>https://padlet.com/guzidesivritepe/vktekhmx7araluu7/wish/1042858857</link>
         <description><![CDATA[<div>Yapan :Nazmiye nur önal</div>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/912062307/1f12b713099968e5a72d2abcb3d357b2/IMG_20201227_015105.jpg" />
         <pubDate>2020-12-27 09:49:41 UTC</pubDate>
         <guid>https://padlet.com/guzidesivritepe/vktekhmx7araluu7/wish/1042858857</guid>
      </item>
      <item>
         <title></title>
         <author></author>
         <link>https://padlet.com/guzidesivritepe/vktekhmx7araluu7/wish/1042859633</link>
         <description><![CDATA[<div>Yapan:Nazmiye nur önal</div>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/912062307/97798a1a64d3cb0a89060b786eca3df3/IMG_20201227_014939.jpg" />
         <pubDate>2020-12-27 09:50:41 UTC</pubDate>
         <guid>https://padlet.com/guzidesivritepe/vktekhmx7araluu7/wish/1042859633</guid>
      </item>
      <item>
         <title></title>
         <author></author>
         <link>https://padlet.com/guzidesivritepe/vktekhmx7araluu7/wish/1042860047</link>
         <description><![CDATA[<div>Yapan: Nazmiye Nur Önal</div>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/912062307/297631ee74b56bc2afd14af80684f663/InShot_20201227_014755842.jpg" />
         <pubDate>2020-12-27 09:51:28 UTC</pubDate>
         <guid>https://padlet.com/guzidesivritepe/vktekhmx7araluu7/wish/1042860047</guid>
      </item>
      <item>
         <title></title>
         <author></author>
         <link>https://padlet.com/guzidesivritepe/vktekhmx7araluu7/wish/1042906416</link>
         <description><![CDATA[<div>Yapan: Nazmiye Nur Önal</div>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/912062307/ddb2a86e370e5bdf953095a069224483/IMG_20201227_133812.jpg" />
         <pubDate>2020-12-27 11:19:02 UTC</pubDate>
         <guid>https://padlet.com/guzidesivritepe/vktekhmx7araluu7/wish/1042906416</guid>
      </item>
      <item>
         <title></title>
         <author></author>
         <link>https://padlet.com/guzidesivritepe/vktekhmx7araluu7/wish/1042906601</link>
         <description><![CDATA[<div>Yapan: Nazmiye Nur Önal</div>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/912062307/7e14d447c5991cb8935d253bd5a2e937/IMG_20201227_133853.jpg" />
         <pubDate>2020-12-27 11:19:31 UTC</pubDate>
         <guid>https://padlet.com/guzidesivritepe/vktekhmx7araluu7/wish/1042906601</guid>
      </item>
      <item>
         <title></title>
         <author></author>
         <link>https://padlet.com/guzidesivritepe/vktekhmx7araluu7/wish/1042907009</link>
         <description><![CDATA[<div>Yapan: NAZMİYE NUR ÖNAL</div>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/912062307/1dd967e21ed4cb39dd80209fd4aa8f4f/IMG_20201227_134047.jpg" />
         <pubDate>2020-12-27 11:20:22 UTC</pubDate>
         <guid>https://padlet.com/guzidesivritepe/vktekhmx7araluu7/wish/1042907009</guid>
      </item>
      <item>
         <title></title>
         <author></author>
         <link>https://padlet.com/guzidesivritepe/vktekhmx7araluu7/wish/1042908452</link>
         <description><![CDATA[<div>Yapan: Nazmiye Nur Önal</div>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/912062307/6637f89f9ee809fd883e1a169d34a5c4/IMG_20201227_134406.jpg" />
         <pubDate>2020-12-27 11:23:16 UTC</pubDate>
         <guid>https://padlet.com/guzidesivritepe/vktekhmx7araluu7/wish/1042908452</guid>
      </item>
      <item>
         <title></title>
         <author></author>
         <link>https://padlet.com/guzidesivritepe/vktekhmx7araluu7/wish/1042909261</link>
         <description><![CDATA[<div>Yapan: Nazmiye Nur Önal</div>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/912062307/a35b5a3f5dc9c10f78eac7f81398b0b0/IMG_20201227_134439.jpg" />
         <pubDate>2020-12-27 11:25:00 UTC</pubDate>
         <guid>https://padlet.com/guzidesivritepe/vktekhmx7araluu7/wish/1042909261</guid>
      </item>
      <item>
         <title></title>
         <author></author>
         <link>https://padlet.com/guzidesivritepe/vktekhmx7araluu7/wish/1042910011</link>
         <description><![CDATA[<div>Yapan: Nazmiye Nur Önal</div>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/912062307/7afc5267b0768b9b0dffc0fbec3d8b16/IMG_20201227_134538.jpg" />
         <pubDate>2020-12-27 11:26:36 UTC</pubDate>
         <guid>https://padlet.com/guzidesivritepe/vktekhmx7araluu7/wish/1042910011</guid>
      </item>
      <item>
         <title></title>
         <author></author>
         <link>https://padlet.com/guzidesivritepe/vktekhmx7araluu7/wish/1042910375</link>
         <description><![CDATA[<div>Yapan: Nazmiye Nur Önal</div>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/912062307/2a525e104765ad2dca070d0b23835efa/IMG_20201227_141744.jpg" />
         <pubDate>2020-12-27 11:27:21 UTC</pubDate>
         <guid>https://padlet.com/guzidesivritepe/vktekhmx7araluu7/wish/1042910375</guid>
      </item>
      <item>
         <title></title>
         <author></author>
         <link>https://padlet.com/guzidesivritepe/vktekhmx7araluu7/wish/1042911660</link>
         <description><![CDATA[<div>Yapan: Nazmiye Nur Önal</div>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/912062307/253c69078380d9100a5cebb8d2028b7b/IMG_20201227_134625.jpg" />
         <pubDate>2020-12-27 11:29:47 UTC</pubDate>
         <guid>https://padlet.com/guzidesivritepe/vktekhmx7araluu7/wish/1042911660</guid>
      </item>
      <item>
         <title></title>
         <author></author>
         <link>https://padlet.com/guzidesivritepe/vktekhmx7araluu7/wish/1042911905</link>
         <description><![CDATA[<div>Yapan: Nazmiye Nur Önal</div>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/912062307/9324a7220c5a6c407bb7b90cfb9da172/IMG_20201227_134726.jpg" />
         <pubDate>2020-12-27 11:30:17 UTC</pubDate>
         <guid>https://padlet.com/guzidesivritepe/vktekhmx7araluu7/wish/1042911905</guid>
      </item>
      <item>
         <title></title>
         <author></author>
         <link>https://padlet.com/guzidesivritepe/vktekhmx7araluu7/wish/1042912090</link>
         <description><![CDATA[<div>Yapan: Nazmiye Nur Önal</div>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/912062307/39cc042340af4a4b98e96ec9916a3ce8/IMG_20201227_134737.jpg" />
         <pubDate>2020-12-27 11:30:44 UTC</pubDate>
         <guid>https://padlet.com/guzidesivritepe/vktekhmx7araluu7/wish/1042912090</guid>
      </item>
      <item>
         <title></title>
         <author></author>
         <link>https://padlet.com/guzidesivritepe/vktekhmx7araluu7/wish/1042912402</link>
         <description><![CDATA[<div>Yapan: Nazmiye Nur Önal</div>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/912062307/21e99d7fda02980b251ee7004e2d1c6b/IMG_20201227_134848.jpg" />
         <pubDate>2020-12-27 11:31:20 UTC</pubDate>
         <guid>https://padlet.com/guzidesivritepe/vktekhmx7araluu7/wish/1042912402</guid>
      </item>
      <item>
         <title></title>
         <author></author>
         <link>https://padlet.com/guzidesivritepe/vktekhmx7araluu7/wish/1042912726</link>
         <description><![CDATA[<div>Yapan: Nazmiye Nur Önal</div>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/912062307/d30668f85889a84b58502d05ce0de3a2/IMG_20201227_134859.jpg" />
         <pubDate>2020-12-27 11:32:03 UTC</pubDate>
         <guid>https://padlet.com/guzidesivritepe/vktekhmx7araluu7/wish/1042912726</guid>
      </item>
      <item>
         <title></title>
         <author></author>
         <link>https://padlet.com/guzidesivritepe/vktekhmx7araluu7/wish/1042913475</link>
         <description><![CDATA[<div>Yapan: Nazmiye Nur Önal</div>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/912062307/5e05ded7c6113c744d71915cd7fed61f/IMG_20201227_134931.jpg" />
         <pubDate>2020-12-27 11:33:22 UTC</pubDate>
         <guid>https://padlet.com/guzidesivritepe/vktekhmx7araluu7/wish/1042913475</guid>
      </item>
      <item>
         <title></title>
         <author></author>
         <link>https://padlet.com/guzidesivritepe/vktekhmx7araluu7/wish/1042913800</link>
         <description><![CDATA[<div>Yapan: Nazmiye Nur Önal</div>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/912062307/71f38c19de61941eedb83056636ad585/IMG_20201227_134941.jpg" />
         <pubDate>2020-12-27 11:34:06 UTC</pubDate>
         <guid>https://padlet.com/guzidesivritepe/vktekhmx7araluu7/wish/1042913800</guid>
      </item>
      <item>
         <title></title>
         <author></author>
         <link>https://padlet.com/guzidesivritepe/vktekhmx7araluu7/wish/1042930662</link>
         <description><![CDATA[<div>Yapan: Nazmiye Nur Önal</div>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/912062307/33e46a3d67baba85f9496e5327a19dbe/IMG_20201227_143806.jpg" />
         <pubDate>2020-12-27 12:05:24 UTC</pubDate>
         <guid>https://padlet.com/guzidesivritepe/vktekhmx7araluu7/wish/1042930662</guid>
      </item>
      <item>
         <title></title>
         <author></author>
         <link>https://padlet.com/guzidesivritepe/vktekhmx7araluu7/wish/1042930971</link>
         <description><![CDATA[<div>Yapan: Nazmiye Nur Önal</div>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/912062307/07ce2c9b28e8ba3be969e8f29b586b5d/IMG_20201227_144119.jpg" />
         <pubDate>2020-12-27 12:06:00 UTC</pubDate>
         <guid>https://padlet.com/guzidesivritepe/vktekhmx7araluu7/wish/1042930971</guid>
      </item>
      <item>
         <title></title>
         <author></author>
         <link>https://padlet.com/guzidesivritepe/vktekhmx7araluu7/wish/1042931223</link>
         <description><![CDATA[<div>Yapan: Nazmiye Nur Önal</div>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/912062307/68c4dcdf01701883eed9e169c91b07fd/IMG_20201227_144629.jpg" />
         <pubDate>2020-12-27 12:06:24 UTC</pubDate>
         <guid>https://padlet.com/guzidesivritepe/vktekhmx7araluu7/wish/1042931223</guid>
      </item>
      <item>
         <title></title>
         <author></author>
         <link>https://padlet.com/guzidesivritepe/vktekhmx7araluu7/wish/1042931574</link>
         <description><![CDATA[<div>Yapan: Nazmiye Nur Önal</div>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/912062307/4c2a6160b7491ff437010b0c08b714cf/IMG_20201227_145123.jpg" />
         <pubDate>2020-12-27 12:06:54 UTC</pubDate>
         <guid>https://padlet.com/guzidesivritepe/vktekhmx7araluu7/wish/1042931574</guid>
      </item>
      <item>
         <title></title>
         <author></author>
         <link>https://padlet.com/guzidesivritepe/vktekhmx7araluu7/wish/1042931850</link>
         <description><![CDATA[<div>Yapan: Nazmiye Nur Önal</div>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/912062307/956ae9150d5465b733776a328440b9f9/IMG_20201227_145159.jpg" />
         <pubDate>2020-12-27 12:07:25 UTC</pubDate>
         <guid>https://padlet.com/guzidesivritepe/vktekhmx7araluu7/wish/1042931850</guid>
      </item>
      <item>
         <title></title>
         <author></author>
         <link>https://padlet.com/guzidesivritepe/vktekhmx7araluu7/wish/1042932120</link>
         <description><![CDATA[<div>Yapan: Nazmiye Nur Önal</div>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/912062307/2819391ed7170723b25e82d017189751/IMG_20201227_145338.jpg" />
         <pubDate>2020-12-27 12:07:55 UTC</pubDate>
         <guid>https://padlet.com/guzidesivritepe/vktekhmx7araluu7/wish/1042932120</guid>
      </item>
      <item>
         <title></title>
         <author></author>
         <link>https://padlet.com/guzidesivritepe/vktekhmx7araluu7/wish/1042932444</link>
         <description><![CDATA[<div>Yapan: Nazmiye Nur Önal</div>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/912062307/e9ef49880495bf83af580eb5ecc3c3fc/IMG_20201227_145500.jpg" />
         <pubDate>2020-12-27 12:08:26 UTC</pubDate>
         <guid>https://padlet.com/guzidesivritepe/vktekhmx7araluu7/wish/1042932444</guid>
      </item>
      <item>
         <title></title>
         <author></author>
         <link>https://padlet.com/guzidesivritepe/vktekhmx7araluu7/wish/1042934183</link>
         <description><![CDATA[<div>Yapan: Nazmiye Nur Önal</div>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/912062307/f21daaa33cb619d4d6849789b8da61e5/IMG_20201227_151046.jpg" />
         <pubDate>2020-12-27 12:11:42 UTC</pubDate>
         <guid>https://padlet.com/guzidesivritepe/vktekhmx7araluu7/wish/1042934183</guid>
      </item>
      <item>
         <title></title>
         <author></author>
         <link>https://padlet.com/guzidesivritepe/vktekhmx7araluu7/wish/1042944067</link>
         <description><![CDATA[<div>Yapan: Nazmiye Nur </div>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/912062307/bb86a36a3bfb7f7d0f9b1bc13c76c38c/IMG_20201227_151530.jpg" />
         <pubDate>2020-12-27 12:28:55 UTC</pubDate>
         <guid>https://padlet.com/guzidesivritepe/vktekhmx7araluu7/wish/1042944067</guid>
      </item>
      <item>
         <title></title>
         <author></author>
         <link>https://padlet.com/guzidesivritepe/vktekhmx7araluu7/wish/1042944345</link>
         <description><![CDATA[<div>Yapan: Nazmiye Nur</div>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/912062307/73ee3e29360950c46109d827ee13c1fe/IMG_20201227_152626.jpg" />
         <pubDate>2020-12-27 12:29:26 UTC</pubDate>
         <guid>https://padlet.com/guzidesivritepe/vktekhmx7araluu7/wish/1042944345</guid>
      </item>
      <item>
         <title></title>
         <author></author>
         <link>https://padlet.com/guzidesivritepe/vktekhmx7araluu7/wish/1042990877</link>
         <description><![CDATA[<div>Yapan: Nazmiye Nur Önal</div>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/912062307/309960c624c75c07c67de0bde4b2f854/IMG_20201227_154426.jpg" />
         <pubDate>2020-12-27 13:49:44 UTC</pubDate>
         <guid>https://padlet.com/guzidesivritepe/vktekhmx7araluu7/wish/1042990877</guid>
      </item>
      <item>
         <title></title>
         <author></author>
         <link>https://padlet.com/guzidesivritepe/vktekhmx7araluu7/wish/1042991084</link>
         <description><![CDATA[<div>Yapan: Nazmiye Nur Önal</div>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/912062307/a18c41fa8b489120988fbea65015f6a7/IMG_20201227_154710.jpg" />
         <pubDate>2020-12-27 13:50:07 UTC</pubDate>
         <guid>https://padlet.com/guzidesivritepe/vktekhmx7araluu7/wish/1042991084</guid>
      </item>
      <item>
         <title></title>
         <author></author>
         <link>https://padlet.com/guzidesivritepe/vktekhmx7araluu7/wish/1042991385</link>
         <description><![CDATA[<div>Yapan: Nazmiye Nur Önal</div>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/912062307/c8d1a30f2f867aee7f9cd19781fac988/IMG_20201227_154833.jpg" />
         <pubDate>2020-12-27 13:50:42 UTC</pubDate>
         <guid>https://padlet.com/guzidesivritepe/vktekhmx7araluu7/wish/1042991385</guid>
      </item>
      <item>
         <title></title>
         <author></author>
         <link>https://padlet.com/guzidesivritepe/vktekhmx7araluu7/wish/1042991597</link>
         <description><![CDATA[<div>Yapan: Nazmiye Nur Önal</div>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/912062307/e7c31c03400711ee2d8e13a0c10c6b20/IMG_20201227_155130.jpg" />
         <pubDate>2020-12-27 13:51:05 UTC</pubDate>
         <guid>https://padlet.com/guzidesivritepe/vktekhmx7araluu7/wish/1042991597</guid>
      </item>
      <item>
         <title></title>
         <author></author>
         <link>https://padlet.com/guzidesivritepe/vktekhmx7araluu7/wish/1042991860</link>
         <description><![CDATA[<div>Yapan: Nazmiye Nur Önal</div>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/912062307/d857def58e4269add20e48de28072c51/IMG_20201227_155418.jpg" />
         <pubDate>2020-12-27 13:51:37 UTC</pubDate>
         <guid>https://padlet.com/guzidesivritepe/vktekhmx7araluu7/wish/1042991860</guid>
      </item>
      <item>
         <title></title>
         <author></author>
         <link>https://padlet.com/guzidesivritepe/vktekhmx7araluu7/wish/1042992082</link>
         <description><![CDATA[<div>Yapan: Nazmiye Nur Önal</div>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/912062307/f8347c8685d2e3faec8770f75ea0076f/IMG_20201227_155853.jpg" />
         <pubDate>2020-12-27 13:52:03 UTC</pubDate>
         <guid>https://padlet.com/guzidesivritepe/vktekhmx7araluu7/wish/1042992082</guid>
      </item>
      <item>
         <title></title>
         <author>aykanatbelinay2006</author>
         <link>https://padlet.com/guzidesivritepe/vktekhmx7araluu7/wish/1045308903</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/887975465/d8301ef51990f4f8620c4b51cbd07a39/Screenshot_20201229_145146_2.png" />
         <pubDate>2020-12-29 13:31:29 UTC</pubDate>
         <guid>https://padlet.com/guzidesivritepe/vktekhmx7araluu7/wish/1045308903</guid>
      </item>
      <item>
         <title></title>
         <author>aykanatbelinay2006</author>
         <link>https://padlet.com/guzidesivritepe/vktekhmx7araluu7/wish/1045309050</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/887975465/534d3a2ba164cbb06978812a890d1e8e/Screenshot_20201229_161205_2.png" />
         <pubDate>2020-12-29 13:31:42 UTC</pubDate>
         <guid>https://padlet.com/guzidesivritepe/vktekhmx7araluu7/wish/1045309050</guid>
      </item>
      <item>
         <title></title>
         <author>aykanatbelinay2006</author>
         <link>https://padlet.com/guzidesivritepe/vktekhmx7araluu7/wish/1045309198</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/887975465/d6e3920edf46f037d2fd4842e41d08af/Screenshot_20201229_160646_2.png" />
         <pubDate>2020-12-29 13:31:55 UTC</pubDate>
         <guid>https://padlet.com/guzidesivritepe/vktekhmx7araluu7/wish/1045309198</guid>
      </item>
      <item>
         <title></title>
         <author>aykanatbelinay2006</author>
         <link>https://padlet.com/guzidesivritepe/vktekhmx7araluu7/wish/1045309760</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/887975465/6c8a96e7d5799ec8ee74b7adb27ee7df/Screenshot_20201229_155925_2.png" />
         <pubDate>2020-12-29 13:32:44 UTC</pubDate>
         <guid>https://padlet.com/guzidesivritepe/vktekhmx7araluu7/wish/1045309760</guid>
      </item>
      <item>
         <title></title>
         <author>aykanatbelinay2006</author>
         <link>https://padlet.com/guzidesivritepe/vktekhmx7araluu7/wish/1045309956</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/887975465/b086962154f20a2c47f71e74c1cf3cd0/Screenshot_20201229_153921_2.png" />
         <pubDate>2020-12-29 13:33:05 UTC</pubDate>
         <guid>https://padlet.com/guzidesivritepe/vktekhmx7araluu7/wish/1045309956</guid>
      </item>
      <item>
         <title></title>
         <author>aykanatbelinay2006</author>
         <link>https://padlet.com/guzidesivritepe/vktekhmx7araluu7/wish/1045310180</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/887975465/07e08b2d750f9fd81b5891b1a12e368b/Screenshot_20201229_153315_2.png" />
         <pubDate>2020-12-29 13:33:26 UTC</pubDate>
         <guid>https://padlet.com/guzidesivritepe/vktekhmx7araluu7/wish/1045310180</guid>
      </item>
      <item>
         <title></title>
         <author>aykanatbelinay2006</author>
         <link>https://padlet.com/guzidesivritepe/vktekhmx7araluu7/wish/1045310391</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/887975465/445f25a77233555ea0da95498c55b83c/Screenshot_20201229_152716_2.png" />
         <pubDate>2020-12-29 13:33:47 UTC</pubDate>
         <guid>https://padlet.com/guzidesivritepe/vktekhmx7araluu7/wish/1045310391</guid>
      </item>
      <item>
         <title></title>
         <author>aykanatbelinay2006</author>
         <link>https://padlet.com/guzidesivritepe/vktekhmx7araluu7/wish/1045311937</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/887975465/081d08db648b44720eafb192d3f8c1e3/Screenshot_20201229_151850_2.png" />
         <pubDate>2020-12-29 13:36:01 UTC</pubDate>
         <guid>https://padlet.com/guzidesivritepe/vktekhmx7araluu7/wish/1045311937</guid>
      </item>
      <item>
         <title></title>
         <author>aykanatbelinay2006</author>
         <link>https://padlet.com/guzidesivritepe/vktekhmx7araluu7/wish/1045312126</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/887975465/ef80af72b45d83509a31077d5b2a23dc/Screenshot_20201229_151644_2.png" />
         <pubDate>2020-12-29 13:36:20 UTC</pubDate>
         <guid>https://padlet.com/guzidesivritepe/vktekhmx7araluu7/wish/1045312126</guid>
      </item>
      <item>
         <title></title>
         <author>aykanatbelinay2006</author>
         <link>https://padlet.com/guzidesivritepe/vktekhmx7araluu7/wish/1045312306</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/887975465/7a688889b24049c550fd851fa59158f8/Screenshot_20201229_145957_2.png" />
         <pubDate>2020-12-29 13:36:33 UTC</pubDate>
         <guid>https://padlet.com/guzidesivritepe/vktekhmx7araluu7/wish/1045312306</guid>
      </item>
      <item>
         <title></title>
         <author>aykanatbelinay2006</author>
         <link>https://padlet.com/guzidesivritepe/vktekhmx7araluu7/wish/1045312707</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/887975465/4943697708c8adef5d843021055e63bc/Screenshot_20201229_145917_2.png" />
         <pubDate>2020-12-29 13:36:55 UTC</pubDate>
         <guid>https://padlet.com/guzidesivritepe/vktekhmx7araluu7/wish/1045312707</guid>
      </item>
      <item>
         <title></title>
         <author>aykanatbelinay2006</author>
         <link>https://padlet.com/guzidesivritepe/vktekhmx7araluu7/wish/1045312941</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/887975465/4c2f367fe3f285a21e4bc015f54b2ee3/Screenshot_20201229_145555_2.png" />
         <pubDate>2020-12-29 13:37:13 UTC</pubDate>
         <guid>https://padlet.com/guzidesivritepe/vktekhmx7araluu7/wish/1045312941</guid>
      </item>
      <item>
         <title></title>
         <author>aykanatbelinay2006</author>
         <link>https://padlet.com/guzidesivritepe/vktekhmx7araluu7/wish/1045313152</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/887975465/81c1435926fb401d54d9cc6c166b8b12/Screenshot_20201229_145241_2.png" />
         <pubDate>2020-12-29 13:37:32 UTC</pubDate>
         <guid>https://padlet.com/guzidesivritepe/vktekhmx7araluu7/wish/1045313152</guid>
      </item>
      <item>
         <title></title>
         <author>aykanatbelinay2006</author>
         <link>https://padlet.com/guzidesivritepe/vktekhmx7araluu7/wish/1045313363</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/887975465/03b1dc1e2226173e955d17aeee8a6c71/Screenshot_20201229_145233_2.png" />
         <pubDate>2020-12-29 13:37:52 UTC</pubDate>
         <guid>https://padlet.com/guzidesivritepe/vktekhmx7araluu7/wish/1045313363</guid>
      </item>
      <item>
         <title></title>
         <author>aykanatbelinay2006</author>
         <link>https://padlet.com/guzidesivritepe/vktekhmx7araluu7/wish/1045313698</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/887975465/313ce99c97c02bceae3c4828c96313af/Screenshot_20201229_144919_2.png" />
         <pubDate>2020-12-29 13:38:24 UTC</pubDate>
         <guid>https://padlet.com/guzidesivritepe/vktekhmx7araluu7/wish/1045313698</guid>
      </item>
      <item>
         <title></title>
         <author>aykanatbelinay2006</author>
         <link>https://padlet.com/guzidesivritepe/vktekhmx7araluu7/wish/1045314137</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/887975465/bbe6420e71b33e5450fa8ef6c870e886/Screenshot_20201229_152956.png" />
         <pubDate>2020-12-29 13:39:06 UTC</pubDate>
         <guid>https://padlet.com/guzidesivritepe/vktekhmx7araluu7/wish/1045314137</guid>
      </item>
      <item>
         <title></title>
         <author>guzidesivritepe</author>
         <link>https://padlet.com/guzidesivritepe/vktekhmx7araluu7/wish/1097519235</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/434469614/02b9cc00ed6b9326575fd2a190641139/22.png" />
         <pubDate>2021-01-18 10:21:27 UTC</pubDate>
         <guid>https://padlet.com/guzidesivritepe/vktekhmx7araluu7/wish/1097519235</guid>
      </item>
      <item>
         <title>YAPAN</title>
         <author>rumbus941</author>
         <link>https://padlet.com/guzidesivritepe/vktekhmx7araluu7/wish/1116581359</link>
         <description><![CDATA[<div>Rümeysa GÖK</div>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/887830126/54d8c3ef00a57adf0ff1213c03f77667/Screenshot_2__01.png" />
         <pubDate>2021-01-23 09:21:56 UTC</pubDate>
         <guid>https://padlet.com/guzidesivritepe/vktekhmx7araluu7/wish/1116581359</guid>
      </item>
      <item>
         <title>YAPAN</title>
         <author>rumbus941</author>
         <link>https://padlet.com/guzidesivritepe/vktekhmx7araluu7/wish/1116582143</link>
         <description><![CDATA[<div>Rümeysa GÖK</div>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/887830126/ac1efb49d703ec1216bce8c322a616e0/Screenshot_3__01.png" />
         <pubDate>2021-01-23 09:22:44 UTC</pubDate>
         <guid>https://padlet.com/guzidesivritepe/vktekhmx7araluu7/wish/1116582143</guid>
      </item>
      <item>
         <title>YAPAN</title>
         <author>rumbus941</author>
         <link>https://padlet.com/guzidesivritepe/vktekhmx7araluu7/wish/1116582641</link>
         <description><![CDATA[<div>Rümeysa GÖK</div>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/887830126/65c412ae318fddc35c468c55bf2402d1/Screenshot_4__01.png" />
         <pubDate>2021-01-23 09:23:21 UTC</pubDate>
         <guid>https://padlet.com/guzidesivritepe/vktekhmx7araluu7/wish/1116582641</guid>
      </item>
      <item>
         <title>YAPAN</title>
         <author>rumbus941</author>
         <link>https://padlet.com/guzidesivritepe/vktekhmx7araluu7/wish/1116583907</link>
         <description><![CDATA[<div>Rümeysa GÖK</div>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/887830126/8c57a3fdf4f1dbbc27dd3bb51a2fea6c/Screenshot_6__01.png" />
         <pubDate>2021-01-23 09:24:35 UTC</pubDate>
         <guid>https://padlet.com/guzidesivritepe/vktekhmx7araluu7/wish/1116583907</guid>
      </item>
      <item>
         <title>YAPAN</title>
         <author>rumbus941</author>
         <link>https://padlet.com/guzidesivritepe/vktekhmx7araluu7/wish/1116584657</link>
         <description><![CDATA[<div>Rümeysa GÖK</div>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/887830126/c4d37859278c914ea821e8a015e26a38/Screenshot_7__01.png" />
         <pubDate>2021-01-23 09:25:11 UTC</pubDate>
         <guid>https://padlet.com/guzidesivritepe/vktekhmx7araluu7/wish/1116584657</guid>
      </item>
      <item>
         <title>YAPAN</title>
         <author>rumbus941</author>
         <link>https://padlet.com/guzidesivritepe/vktekhmx7araluu7/wish/1116585419</link>
         <description><![CDATA[<div>Rümeysa GÖK</div>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/887830126/f9eededcdbb18112cfabf4441531538c/Screenshot_8__01.png" />
         <pubDate>2021-01-23 09:25:53 UTC</pubDate>
         <guid>https://padlet.com/guzidesivritepe/vktekhmx7araluu7/wish/1116585419</guid>
      </item>
      <item>
         <title>YAPAN</title>
         <author>rumbus941</author>
         <link>https://padlet.com/guzidesivritepe/vktekhmx7araluu7/wish/1116586213</link>
         <description><![CDATA[<div>Rümeysa GÖK</div>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/887830126/fa4fb415f77b28267a925db2b8bc5234/Screenshot_9__01.png" />
         <pubDate>2021-01-23 09:26:31 UTC</pubDate>
         <guid>https://padlet.com/guzidesivritepe/vktekhmx7araluu7/wish/1116586213</guid>
      </item>
      <item>
         <title>YAPAN</title>
         <author>rumbus941</author>
         <link>https://padlet.com/guzidesivritepe/vktekhmx7araluu7/wish/1116586811</link>
         <description><![CDATA[<div>Rümeysa GÖK</div>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/887830126/c16f1dab906c09165097495ba8a9ba50/Screenshot_10__01.png" />
         <pubDate>2021-01-23 09:27:09 UTC</pubDate>
         <guid>https://padlet.com/guzidesivritepe/vktekhmx7araluu7/wish/1116586811</guid>
      </item>
      <item>
         <title>YAPAN</title>
         <author>rumbus941</author>
         <link>https://padlet.com/guzidesivritepe/vktekhmx7araluu7/wish/1116588042</link>
         <description><![CDATA[<div>Rümeysa GÖK</div>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/887830126/3719020da389ed7252d56fe1b9eb5b07/zoom_0.mp4" />
         <pubDate>2021-01-23 09:28:19 UTC</pubDate>
         <guid>https://padlet.com/guzidesivritepe/vktekhmx7araluu7/wish/1116588042</guid>
      </item>
      <item>
         <title>YAPAN</title>
         <author>rumbus941</author>
         <link>https://padlet.com/guzidesivritepe/vktekhmx7araluu7/wish/1116591583</link>
         <description><![CDATA[<div>Rümeysa GÖK</div>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/887830126/540be8ef2f9e61ad16e8482cbd420272/zoom_1.mp4" />
         <pubDate>2021-01-23 09:31:29 UTC</pubDate>
         <guid>https://padlet.com/guzidesivritepe/vktekhmx7araluu7/wish/1116591583</guid>
      </item>
   </channel>
</rss>
