0
What is 'IndentationError Unexpected.......'?
8 Answers
+ 1
you either over or under indented the code. can you post it so we can see?
+ 1
The code block of function need to have the same number of space at the beginning of each line.
Take for example
def myFunction():
%%%%Line one
%%%%Line two
%%%%Line three
+ 1
Thanks Sir - - Slick- -
+ 1
thanks Sir **Gordon**
+ 1
couldnt tell ya, it works fine for me when i type it out. try making it from scratch
0
here it's Mr. Slick
https://code.sololearn.com/cx7Mie24mawM/?ref=app
0
return needs to match the indent level of everything else in the function
https://code.sololearn.com/cesXMNWdbjtw/?ref=app
0
Where did I go wrong?
https://code.sololearn.com/c4IjytF4APzT/?ref=app