Read the next line from the file
None.
import "file" fh = file.open("data.txt", "r") line = fh.readLine print line fh.close
There was an error while loading. Please reload this page.