Styrow.dev
Question 32 of 99

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.