On Jul 25, 1:08 am, Steven D'Aprano <[EMAIL PROTECTED]> wrote: > Underscores in numerics are UGLY. Why not take a leaf out of implicit > string concatenation and allow numeric literals to implicitly concatenate? > > Python already does: > "hello-" "world" => "hello-world" > > Propose: > 123 456 789 => 123456789 > 123.456 789 => 123.456789 >
I like that. -- http://mail.python.org/mailman/listinfo/python-list