On Apr 5, 2005 2:49 PM, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> Hello all,
> 
> I'm a cell biologist that is learning python.  I've been following Alan
> Gauld's tutorial online and I've hit a wall.
> 
> I'm typing
> 
> class Spam:
>         """A meat for combining with other foods
> 
>         It can be used with other foods to make interesting meals.
>         It comes with lots of nutrients and can be cooked using many
>         different techniques"""
> 
>  >>> def__init__(self):
          ^
----------|
You seem to be missing a space here, if this is what you're really typing.

-- 
Kristian

kristian.zoerhoff(AT)gmail.com
zoerhoff(AT)freeshell.org
_______________________________________________
Tutor maillist  -  [email protected]
http://mail.python.org/mailman/listinfo/tutor

Reply via email to