What is an indentation in python?
Question
What is an indentation in python?
Answer
Python does not use braces to indicate the start & stop of function. It uses indentation (Whitespaces) to make compiler understand start & stop of function.
What is an indentation in python?
Python does not use braces to indicate the start & stop of function. It uses indentation (Whitespaces) to make compiler understand start & stop of function.