Tabs for indentation & Spaces for alignment in Python 3?

Aahan Krish krish at aahan.me
Fri Dec 5 13:49:02 EST 2014


Hello Ian,

So, wrt Q2, what you are saying is, the following would cause issues in
Python 3?

    int f(int x,
    ......int y) {
    --->return g(x,
    --->.........y);
    }

Where:

---> for tabs (used for indentation)
.... for spaces (used for alignment)


Best
Aahan
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20141205/de3d93c2/attachment.html>


More information about the Python-list mailing list