top | item 3057221

(no title)

max99x | 14 years ago

I think ideone and/or your editor converts tabs to 8 spaces. Trying a tab indent followed by an 8-space one raises an error in native IPython for me. In any case, we're using normal CPython compiled to JavaScript, so it's unlikely to change finer points of the behaviour like this.

discuss

order

veyron|14 years ago

in CPython (at least, on my mac) mixing tabs and 8 spaces works perfectly fine. try it out!