Fuzzyman wrote: > Only in as much as doing anything in Python is *really* doing it in C, > surely ? > > Come to that, you're **really** doing it in machine code...
I've yet to see someone calling
if a == '5':
print "it's 5"
machine code. It's the distinction on which level the program's logic is
implemented, not at which level it's executed.
--
http://mail.python.org/mailman/listinfo/python-list
