Friday, 20 July 2012

Single Statement Suites:


If the suite of an if clause consists only of a single line, it may go on the same line as the header statement:

Here is an example of a one-line if clause:

If(expression  ==  1)  :  print  “value of expression is 1”

No comments:

Post a Comment