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
-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to