From: Simon Wright on
BrianG <briang000(a)gmail.com> writes:

> I've always wondered - what would these languages do with a program
> the has a mix of space-for-indent and tab-for-indent? Assuming that
> can even happen.

Use 'python -tt', inconsistent tab/space usage => error!
(I didn't know this until I looked on StackOverflow for 'python edit tab
space')