More random python observations from a perl programmer

Tim Peters tim_one at email.msn.com
Mon Sep 13 20:58:22 EDT 1999


[Hrvoje Niksic]
> ...
> I don't see the purpose of raw_input() and input() when
> sys.stdin.readline() and eval(sys.stdin.readline()) are available.

Convenience; similarly there's no "purpose" to print given that
sys.stdout.write() is also available.

programming-languages-aren't-axiom-systems-ly y'rs  - tim






More information about the Python-list mailing list