<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
    <title></title>
  </head>
  <body bgcolor="#ffffff" text="#000000">
    <font face="Arial">I'm new to the language as well, but I think
      you're missing your indentation after each of your 'if' conditions</font>?<br>
    <br>
    On 03/09/2011 10:34 AM, nookasree ponamala wrote:
    <blockquote cite="mid:43330.74448.qm@web65405.mail.ac4.yahoo.com"
      type="cite">
      <pre wrap="">                if t &lt; max:
                maxyr = max &lt;---------------- should be indented
                if t &gt; min:
                minyr = min &lt;---------------- should be indented
                t = (a,b,maxyr,minyr)
                tot.append(t)
                print t
</pre>
    </blockquote>
  </body>
</html>