Comment

Anonymous

This posting is wrong. readline() reads one line at a time. read() reads one character at a time. readlines() reads the entire file into a list.