Report Bug
Qus : f.read(5) will read________from a file (file object 'f')
Qusf.read(5) एक फ़ाइल से________ पढ़ेगा (file object 'f')

A. 5 characters
B. 5 words
C. 5 lines
D. None of the above


Solution
A. 5 characters






Report Bug