On 24 May 2010 09:20, Matthew Wood <woodm1...@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.
_______________________________________________
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor

Reply via email to