Computer Science, asked by shahmehak6014, 1 year ago

Opening a file in append mode in Python: a. Overrides the existing data in the file b. Adds the new data to the end of the existing file c. Adds the new data at the beginning of the existing file d. Cannot write data to a file in append mode

Answers

Answered by manish4444
0
Sorry I don't know.......
Answered by Sidyandex
0

The answer fr this Opening a file in append mode in Python:

a. Overrides the existing data in the file

b. Adds the new data to the end of the existing file

c. Adds the new data at the beginning of the existing file

d. Cannot write data to a file in append mode is Overrides the existing data in the file

Similar questions