+ 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

7th Feb 2022, 7:05 AM
Lenoname
1 Réponse
+ 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....
7th Feb 2022, 7:13 AM
HungryTradie
HungryTradie - avatar