Statements, Indentations, and Comments in Python
Statements, Indendations and Comments are the basic building blocks of a structured python program. Let’s see what these basic building blocks of python is in a nutshell and then we will dive deeper. Python Statement In Python, a statement is a unit of code that performs a specific task or operation. Examples of statements include: … Read more