Does Python need a '>>>' operator?

Roy Smith roy at panix.com
Sat Apr 13 19:18:19 EDT 2002


martin at v.loewis.de (Martin v. Loewis) wrote:
> One might question whether the bitwise operators should have been
> there in the first place - functions can do the same things just as
> well.

Any operator can get replaced by a function call.  It's just a matter of 
what's more convenient to write.



More information about the Python-list mailing list