Pankaj Kumar

Pankaj Kumar

I have been working on Python programming for more than 12 years. At AskPython, I share my learning on Python with other fellow developers.

Python Course – and statement

Python “and” statement work on logical factors and is also a part of Boolean Algebra. Python and is a logical operator, and is used to combine conditional statements and gives the output in true or false.

Python Course – Indentation

Python statements are grouped together using indentation. So, it’s a good idea to learn about it because one small indentation mistake can cause your code to move into some different block causing unwanted effects.