Computer Science

Which function is used to write all the characters ?

  1. write()
  2. writecharacters()
  3. writeall()
  4. writechar()

Python File Handling

2 Likes

Answer

write()

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

Answered By

1 Like


Related Questions