pyscript update
This commit is contained in:
parent
5b08f12b48
commit
2bb458ad51
@ -11,7 +11,7 @@ for f in file:
|
||||
file.close()
|
||||
|
||||
with open('wikiniews_results.tsv','r') as f_in:
|
||||
with open('newresult.tsv', 'w') as f_out:
|
||||
with open('newresults.tsv', 'w') as f_out:
|
||||
writer = csv.writer(f_out, delimiter=' ', lineterminator='\n')
|
||||
reader = csv.reader(f_in, delimiter='\t')
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user