not a big deal or anything, but, curiously:

2006-12-12 Thread Simon Schuster
following this tutorial, I copied and pasted: from string import * cds = """atgagtgaacgtctgagcattagctccgtatatcggcgcacaaa tttcgggtgccgacctgacgcgcccgttaagcgataatcagtttgaacagctttaccatgcggtg ctgcgccatcaggtggtgtttctacgcgatcaagctattacgccgcagcagcaacgcgcgctggc ccagcgggcgaattgcatattcaccctgttta

problem while going through a tutorial

2006-12-11 Thread Simon Schuster
I'm new to python, and almost new to programming in general. I'm at http://www.pasteur.fr/formation/infobio/python/ch04.html in that tutorial, and my 'count' function (if it's called a function?) isn't working suddenly. >>> x = "fljshfjh" >>> x 'fljshfjh' >>> count(x, 'h') Traceback (most recent c