done for now

This commit is contained in:
Olga 2020-04-03 22:25:10 +02:00
parent 345b553619
commit aa29895aa9

View File

@ -1,5 +1,4 @@
import numpy import numpy
with open('forWerCount.txt', 'r') as tocount: N = 0
for line in tocount:
print(line)