Multiple Choice
Which mode specifier will erase the contents of a file if it already exists and create it if it does not exist?
A) 'w'
B) 'r'
C) 'a'
D) 'e'
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q1: Python allows the programmer to work with
Q11: A(n) _ includes one or more statements
Q13: The term _ file is used to
Q15: Assume that the customer file references a
Q16: In Python,there is nothing that can be
Q17: Which of these is associated with a
Q18: What type of file access jumps directly
Q21: If a file with the specified name
Q25: When a program needs to save data
Q40: An exception handler is a piece of