[Tutor] PYTHON 3.1

C M Caine cmcaine at googlemail.com
Mon May 24 11:36:59 CEST 2010


On 24 May 2010 09:20, Matthew Wood <woodm1979 at gmail.com> wrote:
> Well, I'd use the raw_input function instead of the input function.
>
> and I'd check out the math.floor function as well.  :-)
>
> Lemme know if you have any other questions.
>
> --
>
> I enjoy haiku
> but sometimes they don't make sense;
> refrigerator?

raw_input has been renamed to input in python 3.0. To get the old
input behaviour you have to use eval.

Great sig, btw.


More information about the Tutor mailing list