Posts Tagged ‘whitespace’

“unexpected indent” errors in Python

Thursday, March 20th, 2008

If you’ve used Python, you know that whitespace is used to delimit blocks of code.

But whitespace comes in two different flavors: tabs and spaces, and you have to pay attention to which one you are using: (more…)