Skip to content

Commit 8736adb

Browse files
committed
Fix 0014
1 parent 9a92fb7 commit 8736adb

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

Drake-Z/0014/0014.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@ def txt_to_xlsx(filename):
2222
print(file_cintent)
2323
workbook = Workbook()
2424
worksheet = workbook.create_sheet(title = 'student')
25-
font1 = Font(color = 'FF9632')
26-
font2 = Font(color = '0000FF')
2725
for i in range(1, len(file_cintent)+1):
2826
worksheet.cell(row = i, column = 1).value = i
2927
for m in range(0, len(file_cintent[str(i)])):

0 commit comments

Comments
 (0)