Re: [Tutor] using lists as values for key in dictionary?

2008-10-14 Thread Rajeev Nair
hi. Is it possible to use and how to acess it? regards rajeev ___ Tutor maillist - Tutor@python.org http://mail.python.org/mailman/listinfo/tutor

Re: [Tutor] IF Statements

2008-10-06 Thread Rajeev Nair
also i believe the first line can also be written as 'x = input('enter ...') instead of using x=int(raw_input('..') . use raw_input for string and just input for integer. regards rajeev On Mon, Oct 6, 2008 at 3:30 PM, <[EMAIL PROTECTED]> wrote: > Send Tutor mailing list submissions to