Ch-2 Notes Class 11
Ch-2 Notes Class 11
1
Leading white space (spaces and taps) at the beginning of each
statement, which is used to determine the group of statement, is known
as „indentation‟.
Example
If A > B :
print „A is Big‟ # Block1
else:
print „B is Big‟ # Block2