> > ##
> > 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):
> > ## ... rest of code follows
> > #
Quoting Danny Yoo <[EMAIL PROTECTED]>:
> Try:
>
> ##
> 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):
> #
> 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
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
>
>
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