remove old comment

This commit is contained in:
pmp-p 2023-12-22 11:58:24 +01:00
parent 042a5ef85f
commit b0948a9554

View File

@ -52,7 +52,5 @@ assert ( f.read() == "123456" )
f.seek(3)
assert ( f.read() == "456" )
# cannot test seek(>0) then read() for now
f.close()
os.remove('123.txt')