|
|
|
|
|
by JimDabell
2670 days ago
|
|
I've been writing Python for over 20 years, and I don't think this has happened to me one single time. I'm not some kind of super programmer; I make as many mistakes as anybody else and spend too long debugging stupid mistakes occasionally. I've mixed spaces and tabs before on a handful of occasions, and it's always told me straight away what the problem is. Here is an example of mixed spaces and tabs for indentation: https://repl.it/repls/NegativeExemplaryBackups You'll see that it raises an error: TabError: inconsistent use of tabs and spaces in indentation
…and points you to the exact line with a problem. |
|
https://repl.it/repls/MotionlessLustrousScan