Roy Smith wrote:
Wouldn't it make more sense to use four periods?

def spam(arg)....
    for x in seq....
        pass

Conversely, to save space you should be able to
stack one of the dots of an ellipsis on top and
write it as either .: or :.

Taking this even further, we could allow all
characters to be encoded in 90-degree-rotated
Braille. This would be a tremendous advantage
for blind or poorly-sighted Python users.

--
Greg
--
https://mail.python.org/mailman/listinfo/python-list

Reply via email to