+ 1
Whats wrong with this codesâ indentation?
This code works fine here but when i run it on replit i get indentation error. https://code.sololearn.com/cTq8jia6labi/?ref=app
1 Answer
+ 1
G'day Lenoname that seems ok to me, but perhaps your other IDE wants exactly 4 spaces for an indent?
Is it a big amount of work to delete the indents and tab them back again?
Maybe the "cliff edge" nested for-for-if statements without an else are the trouble? But I thought python copes with that kind of issue without any trouble....