Computer Science, asked by bhumikabashani, 6 months ago

in python _____defines a block of statement​

Answers

Answered by UtsavPlayz
3

In Python, Indentation defines a Block of Statements.

Whenever, a Block of code for a particular Function or Loop needs to be written, It starts with an Indentation of generally 4 whitespaces and ends with no Indentation i.e. the first unindented line.

Answered by sam44257
2

Answer:

ANSWER=>INDENTATION

Explanation:

In python identation defines a block of statement.

Hope this helps you.

Similar questions