unindent does not match any outer indentation level (<unknown>, line 26)pylint(syntax-error)

"""You have to check the space before each instruction after a condition
The space shall not be composed of little spaces (---) but with long identation
Ex:
"""
#Good position
if x==1:
  print("Ok")

#Wrong position
if X==2:
 print("Erreur")

Are there any code examples left?
Create a Free Account
Unlock the power of data and AI by diving into Python, ChatGPT, SQL, Power BI, and beyond.
Sign up
Develop soft skills on BrainApps
Complete the IQ Test
Relative searches
unindent does not match any outer indentation level (<unknown>, line 17)pylint(syntax-error) unindent does not match any outer indentation level (<unknown>, line 7)pylint(syntax-error) unindent does not match any outer indentation level (<unknown>, line 44) unindent does not match any outer indentation level (<unknown>, line 30)pylint(syntax-error) python unindent does not match any outer indentation level (<unknown>, line 27) unindent does not match any outer indentation level (<unknown>, line 60) python unindent does not match any outer indentation level (<unknown>, line 118) unindent does not match any outer indentation level (<unknown>, line 28)pylint(syntax-error unindent does not match any outer indentation level (<unknown>, line 181)pylint(syntax-error unindent does not match any outer indentation level (<unknown>, line 81) unindent does not match any outer indentation level (<unknown>, line 36)pylint(syntax-error) unindent does not match any outer indentation level (<unknown>, line 239) IndentationError: unindent doesn't match any outer indent level python indentationerror unindent does not match any outer indentation level unindent does not match any outer indentation level IndentationError: unindent does not match any outer indentation level Ipython ndentationError: unindent does not match any outer indentation level def __str__(self): ^ IndentationError: unindent does not match any outer indentation level Sorry: IndentationError: unindent does not match any outer indentation level (Solution.py, line 8) indentationerror unindent does not match any outer indentation level python 3 pycharm indentationerror unindent does not match any outer indentation level python 3 python IndentationError: unindent does not match any outer indentation level python unindent does not match any outer indentation level embed python discord IndentationError: unindent does not match any outer indentation level indentationerror unindent does not match any outer indentation level in vscode unindent does not match any outer indentation level (<unknown>, line 26)pylint(syntax-error)
Made with love
This website uses cookies to make IQCode work for you. By using this site, you agree to our cookie policy

Welcome Back!

Sign up to unlock all of IQCode features:
  • Test your skills and track progress
  • Engage in comprehensive interactive courses
  • Commit to daily skill-enhancing challenges
  • Solve practical, real-world issues
  • Share your insights and learnings
Create an account
Sign in
Recover lost password
Or log in with

Create a Free Account

Sign up to unlock all of IQCode features:
  • Test your skills and track progress
  • Engage in comprehensive interactive courses
  • Commit to daily skill-enhancing challenges
  • Solve practical, real-world issues
  • Share your insights and learnings
Create an account
Sign up
Or sign up with
By signing up, you agree to the Terms and Conditions and Privacy Policy. You also agree to receive product-related marketing emails from IQCode, which you can unsubscribe from at any time.
Creating a new code example
Code snippet title
Source