Skip to content

Commit 7f69ba0

Browse files
committed
Fix 0016
1 parent 5f6899d commit 7f69ba0

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

Drake-Z/0016/0016.py

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
#!/usr/bin/env python3
22
# -*- coding: utf-8 -*-
33

4-
'''第 0015 题: 纯文本文件 city.txt为城市信息, 里面的内容(包括花括号)如下所示:
5-
{
6-
"1" : "上海",
7-
"2" : "北京",
8-
"3" : "成都"
9-
}
10-
请将上述内容写到 city.xls 文件中。'''
4+
'''第 0016 题: 纯文本文件 numbers.txt, 里面的内容(包括方括号)如下所示:
5+
[
6+
[1, 82, 65535],
7+
[20, 90, 13],
8+
[26, 809, 1024]
9+
]
10+
请将上述内容写到 numbers.xls 文件中。'''
1111

1212
__author__ = 'Drake-Z'
1313

0 commit comments

Comments
 (0)