Skip to content
PerryBhandal edited this page Dec 20, 2014 · 2 revisions

Testing code blocks:

def function():
    """documentation string"""

    if True:
        print True
    else:
        print False</nowiki>
Clone this wiki locally