We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a92fb7 commit 8736adbCopy full SHA for 8736adb
1 file changed
Drake-Z/0014/0014.py
@@ -22,8 +22,6 @@ def txt_to_xlsx(filename):
22
print(file_cintent)
23
workbook = Workbook()
24
worksheet = workbook.create_sheet(title = 'student')
25
- font1 = Font(color = 'FF9632')
26
- font2 = Font(color = '0000FF')
27
for i in range(1, len(file_cintent)+1):
28
worksheet.cell(row = i, column = 1).value = i
29
for m in range(0, len(file_cintent[str(i)])):
0 commit comments