Re: [Tutor] ecommerce.py

2008-08-12 Thread Christopher Spears
reak else: print "Invalid Choice!" print "Try Again!" --- On Tue, 8/12/08, Kent Johnson <[EMAIL PROTECTED]> wrote: > From: Kent Johnson <[EMAIL PROTECTED]> > Subject: Re: [Tutor] ecommerce.py > To: [EMAIL PROTECTED] >

Re: [Tutor] ecommerce.py

2008-08-12 Thread Kent Johnson
On Tue, Aug 12, 2008 at 1:41 AM, Christopher Spears <[EMAIL PROTECTED]> wrote: > I am not sure how to handle putting Widgets into a Cart. Somehow, I need the > user to be able to select the Cart he or she wants and then put Widgets in > it. Any hints? You figured out how to put a Cart in a Use

[Tutor] ecommerce.py

2008-08-11 Thread Christopher Spears
I am working on problem 13-11 from Core Python Programming (2nd Edition). For the problem, I am supposed to create the foundations of an e-commerce engine for a B2C business-to-consumer) retailer. I need to create a class that represents the customer called User, a class for items in inventory