Category Course

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.