<div dir="ltr">Hello guys,<div>I'm trying to do the biopython tutorial and cookbook but i got stuck on the "2.4.1 Simple FASTA parsing example". It says </div><div><span style="color:rgb(0,0,0);font-family:"Times New Roman";font-size:medium"><br></span></div><div><span style="color:rgb(0,0,0);font-family:"Times New Roman";font-size:medium">Now try this in Python:</span><pre class="gmail-verbatim" style="margin-left:0ex;margin-right:auto;color:rgb(0,0,0)">from Bio import SeqIO
for seq_record in SeqIO.parse("ls_orchid.fasta", "fasta"):
    print(<a href="http://seq_record.id">seq_record.id</a>)
    print(repr(seq_record.seq))
    print(len(seq_record))</pre><div>But from the second line forward the ">>>" turns into "..." and I have no idea of what input is missing, since I did copy/paste to be sure that i wasn't writing something wrong. </div><div>Does anyone knows what might be going wrong?</div><div><br></div><div>Thanks</div>-- <br><div class="gmail_signature"><div dir="ltr">Fernanda Fontes Trancoso<div>Aluna de Graduação em Ciências Biológicas na UFMG</div><div>Iniciação Científica no <a href="http://abelhasufmg.wix.com/lsea" target="_blank">Laboratório de Sistemática de Insetos</a></div><div><span style="font-size:12.8px">+55 (31) 9156-6485</span><br></div></div></div>
</div></div>