Appendix G — Stop & Think Answers — Chapter 9
Tip 9.1: This file no longer included Hello, this is my first file!
because the write mode ("w"
) will overwrite the contents of existing files by default.
Tip 9.2: You could include the name of the file that caused the error.
Tip 9.3: It won’t work correctly! At the time of writing this chapter, biopython gives a warning about the file format.
Tip 9.4: If the fieldnames
argument is omitted, the values in the first row of the file will be used as the field names and will be omitted from the results.