+ 1
Can someone help me with indentation in python?
if possible please recommend some good source
1 Respuesta
+ 4
Not really sure what you are looking for. Python requires all source within the scope of things like classes, defines, ifs, and loops to have an extra indention beyond them. Outer statements must not have any indention. All statements in the same scope must have identical indentions.