1,011 views

1 Answer

0 0 votes
Python is a case-sensitive language. indentation is also necessary for Python. It specifies a block of code. All code within loops, classes, functions, etc is specified within an indented block. It is usually done using four space characters. If your code is not indented necessarily, it will not execute accurately and will throw errors as well.

Related questions

1 1 vote
1 1 answer
984
984 views
askpython asked Jul 9, 2019
984 views
1 1 vote
1 1 answer
881
881 views
askpython asked Jul 9, 2019
881 views
1 1 vote
1 1 answer
982
982 views
1 1 vote
1 1 answer
953
953 views
1 1 vote
1 1 answer
892
892 views
askpython asked Jul 9, 2019
892 views