[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