-
Notifications
You must be signed in to change notification settings - Fork 0
Open
@imsanjoykb
Description
f = open("demofile3.txt", "w")
f.write("Woops! I have deleted the content!")
f.close()
#open and read the file after the appending:
f = open("demofile3.txt", "r")
print(f.read())
Metadata
Metadata
Assignees
Labels
No labels