Computer Science, asked by mohitkukreja2255, 7 months ago

write a statement in python to open a text file STORY.TXT so that new contents can be added at the end of it

Answers

Answered by Anonymous
17

Answer:

hi...

Explanation:

the answer is..

f=open("STORY.TXT","a")

••here "a" is used as the content should be added at the end ..

hope it helps you..✌️

Similar questions