Answer to Question #71518 in Python for Jesse Hudson
when opening a file, the “wt” parameter indicated that we:
want to append to the end of the text file.
want to write data to a text file.
that we are opening a binary file.
that we are reading from a text file.
1
2017-12-04T14:17:07-0500
Answer – 2). ‘wt’ means that we want to write data to a text file. ‘W’ means ‘write’, ‘t’ – default parameter – ‘text’.
Need a fast expert's response?
Submit order
and get a quick answer at the best price
for any assignment or question with DETAILED EXPLANATIONS!
Learn more about our help with Assignments:
Python
Comments
Leave a comment