car Loop ne fonctionne pas avec ouvert
for i in open("toetslog.txt", 'r'):
print(i)
Disgusted Duck
for i in open("toetslog.txt", 'r'):
print(i)