Post

@PythonPr assuming python, the second one has a scope that has no pass for lack of function which will cause an error before running the script; if there was a pass then it would still print “Eligible”.
English

@PythonPr The second print is not inside the if conditional.
English

@PythonPr There isn't one while you're assigning the variable *right* there
English

@PythonPr Indentation is the key! Top print stays under the if, bottom one always runs.
English

@PythonPr Error for Tab button need space (indentation)
English

@PythonPr Indentation Error, Very Comman but hard to find error in large code,
English

@PythonPr Indentation matters in Python, including "if" statements.
English

@PythonPr Indentation error
As we all know python has indentation to make sure the particular lines belong to the scope of code block.
English





























