Forum: Python Nov 9th, 2008 |
| Replies: 3 Views: 448 how do i split a file that has 3 separate sequences all divided by a blank line-essentially i want each sequence in a different variable |
Forum: Python Nov 8th, 2008 |
| Replies: 3 Views: 448 I am fairly new to Python and trying towork on this problem. I want to split the file which contains two seuqence of letters by the blank line that separates them then 'compare' them:
What you... |