readline(size=-1)
Read until newline or EOF and return a single str
. If the stream is already at EOF, an empty string is returned.
If size is specified, at most size characters will be read.
readline(size=-1)
Read until newline or EOF and return a single str
. If the stream is already at EOF, an empty string is returned.
If size is specified, at most size characters will be read.
Designed by : w10schools
service@w10schools.com
Please login to continue.