[Tutor] What's the difference between raw_input and input?

Olavi Ivask olavi at city.ee
Mon Sep 20 17:19:55 CEST 2004


input simply gets raw input, sends it to eval, and then returns the result. 
Raw_input returns input in unprocessed form.

Olavi Ivask


On Monday 20 September 2004 18:12, W X Liu wrote:
> Hi all,
>
> Does anybody know What's the difference between raw_input and input?
>
> Many thanks
>
> Wenxin
> _______________________________________________
> Tutor maillist  -  Tutor at python.org
> http://mail.python.org/mailman/listinfo/tutor


More information about the Tutor mailing list