We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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.