+ 1
What is indented
3 Respuestas
+ 2
thanks
+ 1
you mean to say the space in the second line?🤔
0
indentation is the space you provide to declare what segment of a code is in a loop.
example:
if a==b
a=5
b=2
hence, both the above lines fall under if loop.