Re: [Tutor] Major Newbie Here

2005-04-06 Thread Alan Gauld
> > ## > > 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 > > #

Re: [Tutor] Major Newbie Here

2005-04-05 Thread jfouhy
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): > #

Re: [Tutor] Major Newbie Here

2005-04-05 Thread Danny Yoo
> 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

Re: [Tutor] Major Newbie Here

2005-04-05 Thread Kristian Zoerhoff
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 > >

[Tutor] Major Newbie Here

2005-04-05 Thread glaevsky
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