unindent does not match any outer indentation level

Solutions on MaxInterview for unindent does not match any outer indentation level by the best coders in the world

showing results for - "unindent does not match any outer indentation level"
Fabian
18 Oct 2020
1# Error:
2IndentationError: unindent does not match any outer indentation level
3
4# Explanation:
5# This error usually comes up when you are using a mix of spaces and
6# tabs for indentation in Python (which is often caused by copy-pasting
7# code from somewhere else). To fix, convert all tabs to 4 spaces in
8# your text editor. E.g. in Atom, the 'Whitespace: Convert Tabs to 
9# Spaces' command that you can find with Cmd+Shift+P works nicely. 
10
11# Note, the PEP8 style guide for Python recommends using 4 spaces for 
12# 	indentation instead of tabs. You may need to change the space/tab
13# 	settings in your text editor if it's set to auto-convert any of these
14# 	characters. 
Yusuf
12 Sep 2020
1# usually use 4 spaces to indent (don't mix with TABs or IndentationError)
2j = 1
3site = 'cg'
4while(j<= 1):
5    if site == 'cg': 
6        print('okay') 
7    else: 
8        print('retry') 
9    j += 1
10    print ('j: ' + str(j))
11print('Done') 					# okay          j: 2        Done
Mylan
23 Jan 2018
1[Solved] IndentationError: unindent does not match any outer indentation level
Wesley
17 Nov 2020
1"""You have to check the space before each instruction after a condition
2The space shall not be composed of little spaces (---) but with long identation
3Ex:
4"""
5#Good position
6if x==1:
7  print("Ok")
8
9#Wrong position
10if X==2:
11 print("Erreur")
queries leading to this page
indentationerror 3a unindent doesn 27t match any outer indent levelpyqt5 indentationerror 3a unindent does not match any outer indentation levelhow to fix indentationerror unindent does not match any outer indentation levelunindent does not match any outer indentation leve django indentationerror 3a unindent does not match any outer indentation levelsorry 3a indentationerror 3a unindent does not match any outer indentation level 40forbiddenifreadonly portal 1 7c 5e portal 1 7c indentationerror 3a unindent does not match any outer indentation level portal 1 7c unable to load app 0 28mountpoint 3d 27 27 29 28callable not found or import error 29else 3a 5e indentationerror 3a unindent does not match any outer indentation lhow do you fix unindent does not match any outer indentation level 3f4indentationerror 3a unindent does not match any outer indentation levelfoundit 3d true 5e indentationerror 3a unindent does not match any outer indentation levelindentationerror 3a unindent does not match any outer indentation level 0aindentationerror 3a unindent does not match any outer indentation level in djangopython for indicex 3dint 28ch 29 5e indentationerror 3a unindent does not match any outer indentation levelunindent does not match any outer indentation level significato 5e indentationerror 3a unindent does not match any outer indentation levelunindent does not match any other indentation levelraspberry pi unindent does not match any outer indentation levelpython indentationerror 3a unindent does not match any outer indentation level table htmlunindent does not match any outer indentation level fixindentationerror 3a unindent does not match any outer indentation level vscodeunindent does not match any outer indentation level errorwhat does unindent does not match any outer indentation level meanindentationerror 3a unindent does not match any outer indentation level in djngodef update 28self 2crequest 2cpk 3dnone 29 3a 5e indentationerror 3a unindent does not match any outer indentation levelhow do you fix unindent does not match any outer indentation level otree return redirect 28 27index 27 29 5e indentationerror 3a unindent does not match any outer indentation levelwhy python has indentation errorsindentationerror 3a unindent does not match any outer indentation level 3e 3e 3eunindent does not match any outer indentation level 28 3cunknown 3e 2c line 11 29unindent does not match any outer indentation level pyhton but it doesunindent does not match any outer indentation level 28views py 2c line 50 29unindent does not match any other outer indentation levelpyhton indentation errorpython indentation errorswhat is an indentation error in pythonpython function return indentationerror 3a unindent does not match any outer indentation levelembed python discord indentationerror 3a unindent does not match any outer indentation levelunindent does not match any outer indentation level eclipse indentationerror 3a unindent does not match any outer indentation levelwhat is indentation error in python unindent does not match any outer indentation level pythonfix python unindent does not match any outer indentation levelunindent does not match any outer indentation level 28 3cunknown 3e 2c line 380 29pylint 28syntax error 29python indentation error 3a unindent does not match any outer indentation levelunindent does not match any outer indentation level meansindentationerror 3a unindent does not match any outer indentation leindentationerror unindent does not match any outer indentation level flaskpython unindent does not match any outer indentation level 28 3cunknown 3e 2c line 27 29python unindent does notsorry 3a indentationerror 3a unindent does not match any outer indentation level 28solution py 2c line 6 29sorry 3a indentationerror 3a unindent does not match any outer indentation level 28solution py 2c line 22 29 return 5e indentationerror 3a unindent does not match any outer indentation leveunindent does not match any outer indentathow to solve unindent does not match any outer indentation levelaws lambda unindent does not match any outer indentation levelpython unindent does not match any outer indentation level replreturn voice text 5e indentationerror 3a unindent does not match any outer indentation levelunindent does not match any outer indentation level 28 3cunknown 3e 2c line 239 29for loop indentation pythonunindent does not match any outer indentation level error in pythonunindent does not match any outer indentation level pythonunindent pythonindentationerror in pythonhow to get rid of indentation error in pythonunindent does not match any outer indentation levindentationerror 3a unindent does not match any outer indentation level on line 35 elif x 3e 7python append indentationerror 3a unindent does not match any outer indentation levelpython error unindent does not match previos indentunindent does not match any outer indetnation level python fiindentationerror 3a unindent does not match any outer indentation levelht 22 29 5e indentationerror 3a unindent does not match any outer indentation levelpython 3 unindent does not match any outer indentation levelwhat is an indentation error pythonpython throwing indentationerror 3a unindent does not match any outer indentation level even if there is no indentation mismatchif form is valid 28 29 3a 5e indentationerror 3a unindent does not match any outer indentation level performing system checks unindent does not match any outer indentation level on line 11indentationerror 3a unindent does not match any outer indentation levelindentationerror 3a unindent does not match any outer indentation level sublime texthow do i fix indentationerror unindent does not match any outer indentation level 3f indentationerror 3a unindent does not match any outer indentation level site 3astackoverflow comindentationerror 3a unindent does not match any outer indentation leveidentationerror 3a unindendent doesnot matchindentationerror unindent does not match any outer indentation level sublimeimages 3d np array 28images 2c dtype 21 3d np float32 29 5e indentationerror 3a unindent does not match any outer indentation levelerror unindent does not match any outer indentation level pythonunindent does not match any outer indentation level jupyter notebookdoes not match outer indentation level first lineunindent does not match pythonclass meta 3a 5e indentationerror 3a unindent does not match any outer indentation levelunindent does not matchindentationerror 3a unindent does not match any outer indentation level 28devcommands py 2c line 11 29syntax error in module 27app 27 3a unindent does not match any outer indentation level 28app py 2c line 39 29indentationerror 3a unindent does not match any outer indentation level spyderindentationerror unindent does not match 3a unindent does not match any outer indentation levelif key 3d 3d ord 28 22q 22 29 3a 5e indentationerror 3a unindent does not match any outer indentation levelindentationerror 3a unindent does not match any outer indentation level return render templateunindent does not match any outer indentation level forprintindentationerror 3a unindent does not match any outer indentation level 3e 3e 3e scraped results append 28business details 29unindent does not match any outer indentation level visual studio codeexcept exception 2ce 3a 5e indentationerror 3a unindent does not match any outer indentation levelindentation error outer indent doesnt matchtry 3a 5e indentationerror 3a unindent does not match any outer indentation leveunindent does not match any outer indentation level site 3astackoverflow compython source 3a 27unindent does not match any outer indentation level 27 at line 2232indentationerror 3a unindent does not match any outer indentation level replunindent does not match any outer indentation level in pythonunindent does not mach any outer indentation level pythonwhy is it showing unindent does not match any outer indentation level in pythonprint 28output 29 5e indentationerror 3a unindent does not match any outer indentation levelindentation error in python exampleunexpected indent python for loopunindent does not match any outer indentation level python meansindentationerror 3a unindent does not match any outer indentation level 28exotel outgoing py 2c line 190 29in python what does indentationerror 3a unindent does not match any outer indentation level meanunindent does not match any outer indentation level in python 3 9 6indent does not match any outer indentation levelpython indentationerrorsolve error unindentent does not match any outer indentation levelindentationerror 3a unindent does not match any outer indentation level flaskindentationerror unindent does not match any outer indentation level python 3 pycharmdef unpackview 28self 2c view 29 3a 5e indentationerror 3a unindent does not match any outer indentation levelhow to correct indexation in python 5e indentationerror 3a unindent does not match any outer indentation levelindentationerror 3a unindent does not match any outer indentation level how to solve thisdef validate email 28self 2c email 29 3a 5e indentationerror 3a unindent does not match any outer indentation levelunindent does not match any outer indentation level 28 3cunknown 3e 2c line 36 29pylint 28syntax error 29unindent does not match any outer indentation level meaningprint python unindentpython find indentation errorunindent does not match any outer indentation level class pythonunindent does not match outer indent python errorunindent does not match any outer indentation level 2cunindent amount does not match previous indentindentationerror 3a unindent does not match any outer indentation level pythonhow to fix indentation error in pythonindentiationerror 3a unindent does not match any outer indentation levelindentationerror 3aunindent doenot match any outer indentation level1 3a1 3a e902 indentationerror 3a unindent does not match any outer indentation levelpython unindent does not match any outer indentation level 28 3cunknown 3e 2c line 118 29unindent does not match any outer indentation level pyhtonindentationerror 3a unindent does not match any outer indentation level in 3cscript 3e at line numbereturn r 5eindentationerror 3a unindent does not match any outer indentation level site 3astackoverflow comunindent does not match any outer indentation level on line 16how to get rid of indentation errors in pythondoes not match outer indentation level pythondef get data 28self 29 3a 5e indentationerror 3a unindent does not match any outer indentation levelindentationerror 3a unindent does not match any outer indentation level error pythonunindent does not match any outer indentation level spyderwhat is in python indentationerrorpython indent errorunindent does not match any outer indentation level spyder anacondaindentationerror 3a unindent does not match any outer indentation level in manage pycanbuy 3d true 5e indentationerror 3a unindent does not match any outer indentation levelunindent does not match any outer indentation level 28solution py 2c line 13 29indentationerror 3a unindent does not match any outer indentation level on line 13 paint 28 27black 27 2c12848484 2c10 29 5eunindent does not match spyderindentationerror 3a unindent does not match any outer indentation level on linetry 3a 5e indentationerror 3a unindent does not match any outer indentation levelparser error 3a unindent does not match any outer indentation level unindent does not match any outer indentation level 27e902 indentationerror 3a unindent does not match any outer indentation levelunindent does not match any outer indentation level on line 13e902 indentationerror 3a unindent does not match any outer indentation leve 5bpyflakes 5d unindent does not match any outer indentation level pythonindentationerror 3a unindent does not match any outer indentation level in collabif not strng 3a 5e indentationerror 3a unindent does not match any outer indentation level sorry 3a indentationerror 3a unindent does not match any outer indentation level 28solution py 2c line 23how do i fix indentationerror unindent does not match any outer indentation level in sublime text 3 code editorindentationerror 3a unindent does not match any outer indentationpython indentationerror 3a unindent does not match any outer indentation level with printindentationerror unindent does not match any outer indentation level in vscodendentationerror 3a unindent does not match any outer indentation level site 3astackoverflow compython try catch unindent does not match any other indentation leveldef str 28self 29 3a 5e indentationerror 3a unindent does not match any outer indentation levelclass 5e indentationerror 3a unindent does not match any outer indentation levelindent python for loopsolve error unindentent does not match any outer indentation level in pythonunindent does not match any outer indentation level 28 3cunknown 3e 2c line 69 29indentationerror pythonindentation error inside a fucntion in pythonhow to avoid indentation error in pythonsorry 3a indentationerror 3a unindent does not match any outer indentation level 28solution py 2c line 8 29indentationerror 3a unindent does not match any outer indentation level in python main functionindentationerror 3a unindent does not match any outer indentation level request getindentationerror 3a unindent does not match any outer indentation level 28prog py 2c line 16 29unindent does not match any outer indentation level 28 3cunknown 3e 2c line 28 29pylint 28syntax errorindentationerror 3a unindent does not match any outer indentation level repl it how to fixkes 5d unindent does not match any outer indentation level 22unindent does not match any outer indentation level 28 3ctokenize 3e 22unindent does not match any outer indentation level 28 3cunknown 3e 2c line 30 29pylint 28syntax error 29python unindent does not match outer indentation level unindent does not match any outer indentationpython indentationerror 3a unindent does not match any outer indentation levelindentationerror 3a unindent does not match any outer indentation level 28views py 2c line 81 29indentationerror unindent does not match any outer indentation levelindentationerror 3a unindent does not match any outer indentation level with if statementpython i keep getting indentation errorrindentationerror unindent does not match any outer indentation level python when it is matchedindentationerror 3a unindent does not match any outer indentation level djnagodocker indentationerror 3a unindent does not match any outer indentation levelhow to unindent in pythonindentationerror 3a unindent does not match any outer indentation level during handling of the above exception 2c another exception occurred 3aunindent does not match any outer indentation how to fixhow to fix unindent does not match any outer indentation levelwhat to do when you get this eror indentationerror 3a unindent does not match any outer indentation levelunindent does not match any outer indentation level 28 3cunknown 3e 2c line 25 29pycherm indentationerror 3a unindent does not match any outer indentation levelnindent does not match any outer indentation levelindentationerror 3a unindent does not match any outer indentation level 5e nums 3d 5b1 for i in range 28n 29 5d line 14 28solution py 29replit database unindent dosent matchunindent doesn 27t match any outer indent levelvariable tindentationerror 3a unindent does not match any outer indentation levelmysql indentationerror 3a unindent does not match any outer indentation level try 3a 5e indentationerror 3a unindent does not match any outer indentation levelindentationerror 3a unindent does not match any outer indentation level atomunindent does not match any outer indentation level djangopython error unindent does not match any outer indentation levelunindent does not match any outer indentation level pyflakesindentationerror 3a unindent does not match any outer indentation level vs code fixunindent does not match any outer indentation level python timeunindent does not match any outer indentation level classifier indetationerror 3aunident does not match any outer indentation levelindentationerror 3a unindent does not match any outer indentation level file 22c 3a 5cusers 5ccoding 5cdesktop 5cfiles 5ccoding 5cpy 5cpython py 22 2c line 8 os system 28 27cls 27 29ndentationerror 3a unindent does not match any outer indentation levelpython indentationerror unindent does not match any outer indentation levelunindent does not match any outer indentation level artinyaunindent does not match any outer indentation level error in gitbashationerror 3a unindent does not match any outer indentation levelunindent does not match any outer indentation level 28 3cunknown 3e 2c line 60 29indentationerror 3a unindent does not match any outer indentation level 28solution py 2c line 7 29indentationerror 3a unindent does not match any outer indentation level 3e 3e 3e scraped results amend 28business details 29indentation error python count 3d count 2b 1 5e indentationerror 3a unindent does not match any outer indentation levelunindent in pythonunindent does not match any outer indentation levelpython 28parser 32 29unindent does not match any outer indentation level 28 3cunknown 3e 2c line 10 29pylint 28syntax error 29unindent does not match any outer indentation levevlunindent does not match any outer indentation level on line 7 unindent does not match any outer indentation levelpyminifierindentationerror 3a unindent does not match any outer indentation levelindentationerror unindent does not match any outer indentation level returnfix indentationerror 3a unindent does not match any outer indentation levelindentationerror unindent does not match any outer indentation level pythonpython for loop unindent does not match any outer indentation levelindentation error example in pythonunindent does not match any outer indentationpython unident doest not matchunindent does not match any outer indentation level join pythonunindent does not match any outer indentation level visual studio code fixunindent does not match any outer indentation level 28keywordpurchase py 2c line 67 29indentationerror 3a unindent does not match any outer indentation level replitunindent does not match any outer unindent does not match any outer indentation levelpython 28parser 32 29 vscodesyntaxerror 3a unindent does not match any outer indentation level on line 13django indentationerror 3a unindent does not match any outer indentation levelnindent does not match any outer indentation levindentationerror 3a unindent does not match any outer indentation level sublimepython indentation errorindentation error 3a unindent does not match any outer indentation level 28 3ctokenize 3e 2c line 44 29unindent does not match any outer indentation level wordnetpython class indentationerror 3a unindent does not match any outer indentation leveldoes not match outer indentation levelunindent doesn match any outer indentation levelindentationerror 3a unindent does not match any outer indentation level in sublimeunindent does not match any outer indentation level in phytonindentationerror 3a unindent does not match any outer indentation level vs code errorunindent does not match any outer indentation level flaskspyder indentationerror 3a unindent does not match any outer indentation levelindentationerror 3a unindent does not match any outer indentation level python errorunindent does not match any outer indentation level 28 3cunknown 3e 2c line 51 29pylint 28syntax error 29if 28price b 3d 3d 0 29 3a 5e indentationerror 3a unindent does not match any outer indentatiowhat type of error is a indentation error in pythonuindent does not match outer indentation levelunindent does not match outer indent python error python 3 9 1what is unindent does not match any outer indentation levelunindent does not match any outer indentation level 28 3cunknown 3e 2c line 81 29python unindent does not matchsyntaxerror 3a unindent does not match any outer indentation levelindentationerror 3a unindent does not match any outer indentation level exit status 1indent does not match any outer indentation level vsunindent does not match any outer indentation level python errorunindent does not match any outer indentation levelpython unindent does not match any outer indentation levelunindent does not match any outer indentation level 28 3cunknown 3e 2c line 17 29pylint 28syntax error 29indentationerror 3a unindent does not match any outer indentation level4indentation error unindent does not match any outer indentation levelindentationerror 3a unindent does not match any outer indentation level on line 65 def move 28self 29 3a 5e in main pydoes not match any outer indentation levelunindent does not match any outer indentation level 28 3cunknown 3e 2c line 181 29pylint 28syntax errorif x 3d 3d 22 22 and a 3d 3d 0 3a 5e indentationerror 3a unindent does not match any outer indentation levelunindent does not match any outer indentation level 28 3cunknown 3e 2c line 44 29indentation error python unindent does not matchhow to remove indentation error in pythonunindent does not match outer indentation levelif name 3d 3d 27 main 27 3a 5e indentationerror 3a unindent does not match any outer indentation levelindentationerror 3a unindent does not match any outer indentation level site 3astackoverflow comiterm2 indentationerror 3a unindent does not match any outer indentation levelindentationerror 3a unindent does not match any outer indentation level pycharm if form is valid 28 29 3a 5e indentationerror 3a unindent does not match any outer indentation levelindetationerror 3a unindent does not match any outer indentation levelunindent does not match any outer indentation level elif 5eindentationerror 3a unindent does not match any outer indentation level site 3astackoverflow com 5eindentationerror 3a unindent does not match any outer indentation level site 3astackoverflow comindentationerror 3a unindent does not match any outer indentation level in pythonindentation error 3a unindent does not match any outer indentation levelpython indentationerror 3achoice 3d 221 22 5e indentationerror 3a unindent does not match any outer indentation levele902 e2 80 94 indentationerror 3a unindent does not match any outer indentation levelunindent does not match any outer indentation level 28 3cunknown 3e 2c line 7 29pylint 28syntax error 29unindent does not match any outer indentation level 28 3cunknown 3e 2c line 26 29pylint 28syntax error 29indentation error in pythonunindent does not match any outer indentation level 28views py 2c line 49 29class image process 28self 2cpath 2coperation 29 3a 5e indentationerror 3a unindent does not match any outer indentation levele901 indentationerror 3a unindent does not match any outer indentation levelunindent does not match any outer indentation level jupyterindentationerror unindent does not match any outer indentation level python 3unindent does not match any outer indentation level python3else 3a 5e indentationerror 3a unindent does not match any outer indentation level 5eindentationerror 3a unindent does not match any outer indentation level site 3astackoverflow comindentationerror 3a unindent does not match any outer indentation level 5bfinished in 0 2s with exit code 1 5dipython ndentationerror 3a unindent does not match any outer indentation levelelse 3a 5e indentationerror 3a unindent does not match any outer indentationunindent does not match any outer indentation level 28 3cunknown 3e 2c line 49 29 27unindent does not match any outer indentation levelunindent does not match any outer indentation level in functions 3aunindent doesn 27t match any other indentation levelindentationerror 3a unindent does not match any outer indentation level 5e while x 3e 3d 0 and y 3c len 28matrix 29 3a line 4 28solution py 29unindent does not match any outer indentation level