Computer Science

Which function is used to read all the characters ?

  1. read()
  2. readcharacters()
  3. readall()
  4. readchar()

Python File Handling

3 Likes

Answer

read()

Reason — read() function is used to read all the characters in a file.

Answered By

1 Like


Related Questions