@ -93,3 +93,4 @@ with open("test.csv", "w", encoding='utf-8', newline="") as t:
for row in rows:
writer.writerow(row)
t.close()
#test1