How to fix those errors?

Gregory Ewing greg.ewing at canterbury.ac.nz
Tue Nov 18 02:25:06 EST 2014


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



More information about the Python-list mailing list