1,042 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
1.0k
1.0k views
askpython asked Jul 9, 2019
1,009 views
1 1 vote
1 1 answer
907
907 views
askpython asked Jul 9, 2019
907 views
1 1 vote
1 1 answer
1.0k
1.0k views
askpython asked Jul 9, 2019
1,017 views
1 1 vote
1 1 answer
975
975 views
1 1 vote
1 1 answer
926
926 views
askpython asked Jul 9, 2019
926 views