Tag Archive for 'indent'

“unexpected indent” errors in Python

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: Continue reading ‘“unexpected indent” errors in Python’