Skip to content

Commit

Permalink
add 0014 txt content to Excel
Browse files Browse the repository at this point in the history
  • Loading branch information
Yixiaohan committed Sep 12, 2014
1 parent 164c51b commit 33c70ab
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,3 +56,15 @@
**第 0013 题:** 用 Python 写一个爬图片的程序,爬 [这个链接里的妹子图片](http://tieba.baidu.com/p/2166231880 "爬这个链接里的图片")

- [参考代码](http://www.v2ex.com/t/61686 "参考代码")

**第 0014 题:** 纯文本文件 student.txt为学生信息, 里面的内容(包括花括号)如下所示:

{
"1":["张三",150,120,100],
"2":["李四",90,99,95],
"3":["王五",60,66,68],
}

请将 上述内容写到 student.xls 文件中,如下图所示:

![student.xls](http://i.imgur.com/nPDlpme.jpg)

0 comments on commit 33c70ab

Please sign in to comment.