Join Now
Home Aptitude Reasoning DI VA GK CA CA Hindi Quiz Placements
read()
readline()
readlines()
D. write()
csv.reader()
csv.writer()
csv.open()
D. csv.read()
'rb'
'wb'
'ab'
'xb'
file = open("filename.txt", "w")
file = open("filename.txt", "r")
file = open("filename.txt", "a")
D. file = open("filename.txt", "x")
json.write()
json.load()
json.dump()
D. json.read()
exists()
isfile()
isdir()
D. both A and B
json.read()
D. json.dump()
csv
os
sys
D. io