+ 2
Why this code show indentation error? 🤔 Any debugger help me 🤚
I am writing program for bank any help me to debug this code
7 ответов
+ 3
I think that you refer to https://code.sololearn.com/c9kQIdvSHlMq/#
Well, you have to keep consistency about indentations... If you start a sub-block with 2 space of indentation, you CANNOT use 3 space for next line block. You have to use always same indentation
P.S. Please, next time, link your code
+ 6
Think it is a try: without an except:
You do that in your last code, in the def.
I have tried it with:
except:
pass
And then your code runs.
+ 4
Can you share your code, please?
+ 3
K.Boopathi Dont worry 👍👍👍
+ 2
This what you wanted ?
in line 13 you have to add wht the error message should be
https://code.sololearn.com/ca3cHdeo0nsc/?ref=app
+ 2
Sorry for some technical problem