+ 1
I can't understand properly what is "indents" actually?? In python learning
Help urgently
4 odpowiedzi
+ 5
Indent is empty space before the beginning of a line ( marked by tab characters or space characters )
Python uses indentation to group different blocks of program.
+ 3
Think of an outline where you indent.
This is my outline
This is some indented information
This information goes with the line above
So does this line
This is not with the three lines above
Indentation is how Python groups lines of code together as Arsenic mentioned and Ramprasad illustrated with the lines above. in other languages curly braces might be used to group lines of code together...
{ this code
that code
more code
}
+ 2
_____
_____
_____
_____
______
____
____
____
above is an example of indention..
Hope u understand...
+ 1
Thanks dear mates. Now It's crystal clear to me. Basically i'm a textile engineer and recently start learning programming for being connected with mordan worlds.. But how!!?? This question find myself in solo learn...