Skip to content

Commit 5f6899d

Browse files
committed
Fix 0015 0016
1 parent 114e65f commit 5f6899d

2 files changed

Lines changed: 1 addition & 7 deletions

File tree

Drake-Z/0015/0015.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,7 @@ def writeFlie(dictdata, hangshu, lieshu):
3636
for m in range(0, lieshu):
3737
worksheet.write(i, m+1, label = dictdata[num[i]][m])
3838
workbook.save('city.xls')
39-
40-
41-
39+
4240
if __name__ == '__main__':
4341
file = open('city.txt', 'r', encoding='utf-8')
4442
hangshu = 3

Drake-Z/0016/0016.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,6 @@ def writeFlie(dictdata, hangshu, lieshu):
3939
worksheet.write(i, m, label = dictdata[num[i]][m])
4040
workbook.save('numbers.xls')
4141

42-
43-
44-
45-
4642
if __name__ == '__main__':
4743
file = open('numbers.txt', 'r', encoding='utf-8')
4844
hangshu = 3

0 commit comments

Comments
 (0)