I cannot understand this compilation error

python code link - https://ideone.com/xBg0MN

error -
IndentationError: unindent does not match any outer indentation level

@yuvi2701
This error arises due to inconsistent use of tabs and spaces, please use only spaces or only tabs while writing code.
Hope this solves your doubt, if yes you can mark it as resolved.

1 Like