+1 vote
401 views
asked in Python Interview Questions by (1.4k points)  
  

1 Answer

0 votes
answered by (1.4k points)  
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 vote
1 answer 359 views
+1 vote
1 answer 252 views
+1 vote
1 answer 263 views
+1 vote
1 answer 240 views
...