<?xml version="1.0" encoding='utf-8'?>
<!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.1//EN" "http://www.wapforum.org/DTD/wml_1.1.xml">
<wml>
<card id="card1" title="Programming style - Page 12 - Wikipedia">
<p>
<a accesskey="1" href="page.php?w=programming_style_&amp;p=11">1.Previous</a><br />
<a accesskey="3" href="page.php?w=programming_style_&amp;p=13">3.Next</a>
</p>
<p>... "[/code]" (for <a href="page.php?w=bbcode">bbcode</a>), etc.</p>

<p><syntaxhighlight lang="python">if hours < 24 and minutes < 60 and seconds < 60:    return Trueelse:    return False</syntaxhighlight></></syntaxhighlight></p>

<p>Python starts a block with a colon (<code>:</code>).</p>

<p>Python programmers tend to follow a commonly agreed style guide known as PEP8. There are tools designed to automate PEP8 compliance.</p>

<p><big> Haskell </big></p>
<p>Haskell, like Python, has the off-side rule. It has a two-dimension syntax where indenting</p><p>
<a accesskey="1" href="page.php?w=programming_style_&amp;p=11">1.Previous</a><br />
<a accesskey="3" href="page.php?w=programming_style_&amp;p=13">3.Next</a>
</p>

<do type="prev" label="Search">
        <go href="search.wml"/>
</do>

</card>
</wml>
