Python For Beginner's Day - 2
Python Indentation:
Indentation is very important in Python.
It refers to the spaces at the beginning of the code line.
used to indicate block of code.
From above, the colon (:) at the end of the if line indicates that new code block is starti...
pythonbeginners.hashnode.dev2 min read