problem while going through a tutorial
Simon Schuster
significants at gmail.com
Mon Dec 11 22:41:05 EST 2006
More information about the Python-list mailing list
Mon Dec 11 22:41:05 EST 2006
- Previous message (by thread): problem while going through a tutorial
- Next message (by thread): Tarfile .bz2
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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 call last): File "<stdin>", line 1, in ? NameError: name 'count' is not defined I'm not sure what changed, because it used to work. anyhow thanks a lot! chris
- Previous message (by thread): problem while going through a tutorial
- Next message (by thread): Tarfile .bz2
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list