<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Precision in terminology is good.<br>
    <br>
    Python has <i>keywords.</i> <i>if, </i><i>and, </i><i>else </i>are
    <i>keywords. </i>All keywords are all lower case.<br>
    <br>
    Keywords cannot be overridden by assignment.<br>
    <br>
    <i>Python has statements<i>.</i> <i> if </i></i> is a <i><i><i>statement.</i></i></i><i><i><i>
        </i></i></i>So is <i>def.</i><i><i><i> <br>
          <br>
        </i></i></i>Some keywords are part of the structure of
    statements, e.g. if...else, for..in.<br>
    <br>
    Someof these may also be used in expressions, e.g. 3 if a == 1 else
    2.<br>
    <i><i><i><br>
        </i></i></i>In Python 3 <i>print</i> is a <i>function.</i><br>
    <br>
    Python has a few <i>built-in constants, </i>including <i>None,
      True, False. </i>These names are Title case, and can be
    overridden by assignment.<br>
    <pre class="moz-signature" cols="72">-- 
Bob Gailer
919-636-4239
Chapel Hill NC</pre>
  </body>
</html>