|
|
# Sample data1 2 3 4 5# more data6 7 8 9 10
# More test data# With more header infoA B C D E F G
n1. Prompt the user for a filenamen2. Open the filen3. Read the file into a list of strings.n4. If the line does not begin with a '#' print the line to the screen.
Test your script on test1.txt and test2.txt.
| Return to the Bioinformatics Home Page |