[Tutor] IF Statements

Kent Johnson kent37 at tds.net
Mon Oct 6 19:18:41 CEST 2008


On Mon, Oct 6, 2008 at 7:24 AM, Rajeev Nair <rajeev1204 at gmail.com> wrote:
> 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.

Yes, although that is not really recommended, this has been discussed
very recently.

Also, please don't include the entire digest in your reply!

Kent


More information about the Tutor mailing list