Y
Hacker News
new
|
ask
|
show
|
jobs
by
xchkr1337
1036 days ago
It's weird how python defaults to spaces rather than tabs, as tabs would make indentation errors less prevalent and a lot more obvious to people learning the language.
1 comments
gattilorenz
1036 days ago
Does it? You can perfectly use tabs, just dont mix them up (also a source of Python pains)
link