Project for the Hybrid Publishing thesis award of 2018.
By Julie Boschat Thorez and Cristina Cochior.
https://www.wdka.nl/work/sic-scripture
http://51.255.169.99:8080/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
5 lines
127 B
5 lines
127 B
5 years ago
|
FileName = ("3-unmatchinglines.txt")
|
||
|
data = file(FileName).readlines()
|
||
|
data.sort()
|
||
|
for i in range(len(data)):
|
||
|
print data[i]
|