Join Now
Home Aptitude Reasoning DI VA GK CA CA Hindi Quiz Placements
close()
exit()
end()
D. finish()
file = open("filename.txt", "w")
file = open("filename.txt", "r")
file = open("filename.txt", "a")
D. file = open("filename.txt", "x")
os.rename()
os.remove()
os.mkdir()
D. os.rmdir()
os.rmdir()
D. os.mkdir()
'r'
'w'
'a'
'x'
os.chdir()
os.getcwd()
D. os.listdir()
write()
writelines()
append()
D. None of the above
'rb'
'wb'
'ab'
'xb'