Q. Which function is used to read n bytes of information from a text file in python? (A) file.nread() (B) file.read(n) (C) file.read[n] (D) file[n] ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (B) file.read(n)