+ 1

I can't understand properly what is "indents" actually?? In python learning

Help urgently

27th Nov 2021, 12:43 PM
Sadiqul Bashar
Sadiqul Bashar - avatar
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.
27th Nov 2021, 1:06 PM
Arsenic
Arsenic - avatar
+ 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 }
27th Nov 2021, 2:06 PM
Paul K Sadler
Paul K Sadler - avatar
+ 2
_____ _____ _____ _____ ______ ____ ____ ____ above is an example of indention.. Hope u understand...
27th Nov 2021, 1:00 PM
Ramprasad
Ramprasad - avatar
+ 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...
27th Nov 2021, 9:15 PM
Sadiqul Bashar
Sadiqul Bashar - avatar