<?xml version="1.0"?>
<rss version="2.0">
   <channel>
      <title>My grand padlet by Miaomiao Zhou</title>
      <link>https://padlet.com/miaomiaozhou88/python_day7</link>
      <description>Made with mirth</description>
      <language>en-us</language>
      <pubDate>2017-03-24 08:30:59 UTC</pubDate>
      <lastBuildDate>2017-03-24 09:12:45 UTC</lastBuildDate>
      <webMaster>hello@padlet.com</webMaster>
      <image>
         <url></url>
      </image>
      <item>
         <title></title>
         <author>miaomiaozhou88</author>
         <link>https://padlet.com/miaomiaozhou88/python_day7/wish/162342689</link>
         <description><![CDATA[<div>#!/usr/bin/python<br># Created by Miaomiao Zhou, 24-03-2017<br>import sys, string, glob, os<br>def load_txt(file):<br>	input=open(file,'r')<br>	text=input.read()<br>	input.close()<br>	return text<br><br><strong>text = load_txt("file")  #basic usage</strong><br><br>list = [file1,file2,file3,file4....file100000]<br>for file in list:<br>&nbsp; &nbsp; &nbsp; &nbsp;texts = load_txt(file)<br><br><br><br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2017-03-24 09:10:25 UTC</pubDate>
         <guid>https://padlet.com/miaomiaozhou88/python_day7/wish/162342689</guid>
      </item>
   </channel>
</rss>
