What is indentation error in python?


Warning: Trying to access array offset on false in /home3/indiakep/public_html/wp-content/plugins/dw-question-answer/inc/Template.php on line 8
All QuestionsCategory: PythonWhat is indentation error in python?
Chetan Shidling Staff asked 6 years ago

I need short information.

1 Answers
chetan shidling answered 6 years ago

If you are not giving any proper space then this error will occur. For example.
If(a==0)
    print(” One”)
 
print(” Two”)
print(” Three)
 
If the space is not equal in some cases it will show intentation error.