What will be the output of the code below? Justify your answer. >>>fileObject = open(“xyz.txt”, “w”) >>>print(“name of the file:”, fo.name) >>>print(“closed or not:”, fo.closed) >>>print(“opening...


What will be the output of the code below? Justify your answer.


>>>fileObject = open(“xyz.txt”, “w”)


>>>print(“name of the file:”, fo.name)


>>>print(“closed or not:”, fo.closed)


>>>print(“opening mode:”, fo.mode)


>>>print(“softspace flag:”, fo.softspace)




May 18, 2022
SOLUTION.PDF

Get Answer To This Question

Submit New Assignment

Copy and Paste Your Assignment Here