Computer Science, asked by singhveer3222, 5 months ago

what is the significance of indentation in python programming?​

Answers

Answered by Anonymous
0

Answer:

hope this helps you mate xD

Attachments:
Answered by Anonymous
2

Indentation refers to the spaces at the beginning of a code line. Where in other programming languages theindentation in code is for readability only, the indentation in Python is veryimportant. Python uses indentation to indicate a block of code.

Similar questions