Skip to content

Commit 721b1d0

Browse files
authored
Update DataExcelReader.py
1 parent ff43c75 commit 721b1d0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

DataExcelReader.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@ def readExel(fileTxt):
1818
reader.close()
1919
return []
2020

21-
arr=readExel('input.txt')
22-
print(arr)
21+
rows=readExel('input.txt')
22+
print(rows)

0 commit comments

Comments
 (0)