Using Code Indentation : Code Indetion : Introduction PYTHON TUTORIALS


PYTHON TUTORIALS » Introduction » Code Indetion »

 

Using Code Indentation


# The number of spaces in the indentation is variable, 
# but all statements within the block must be indented the same amount. 

if True:
    print "True"
else:
    print "False"



Leave a Comment / Note


 
Verification is used to prevent unwanted posts (spam). .


PYTHON TUTORIALS

 Navioo Introduction
» Code Indetion