<html>
<head>
<style>
P
{
margin:0px;
padding:0px
}
body
{
FONT-SIZE: 10pt;
FONT-FAMILY:Tahoma
}
</style>
</head>
<body><div style="text-align: left;">Thanks for the clarification, but I'm still a tad confused.&nbsp; I'm not sure when to indent.&nbsp; I understand that it has to be done.&nbsp; That link was really confusing.&nbsp; Very newb non-friendly.&nbsp; Arrg... That site is doom.&nbsp; So confusing.&nbsp; I need somewhere to start from the beginning.&nbsp; This site uses all kinds of big words and doesn't explain things in a clear manner.&nbsp; Oh well.&nbsp; Thanks for the help, though.<br><br>Au<br></div><br><br><br><hr id="stopSpelling">&gt; From: pine508@hotmail.com<br>&gt; To: tutor@python.org<br>&gt; Date: Thu, 24 May 2007 15:30:34 -0400<br>&gt; Subject: Re: [Tutor] trouble with if<br>&gt; <br>&gt; &gt;I'm not sure what the whole indentation thing is for.  And now I'm having <br>&gt; &gt;trouble with the if statement things.<br>&gt; <br>&gt; Maybe your if statement troubles have been solved by others by now, but I'll <br>&gt; just add that "the indentation thing" is a vital feature of Python, it is <br>&gt; the way to separate code blocks.  Other languages uses other means, like <br>&gt; curly braces, etc.  I get the sense those who like Python enjoy indentation <br>&gt; because it forces the code to be quite readable, and I agree.  See this:<br>&gt; <br>&gt; http://www.diveintopython.org/getting_to_know_python/indenting_code.html<br>&gt; <br>&gt; Also, as mentioned previously, keep in mind that 2 is not the same as "2" <br>&gt; and "=" is not the same as "==".  The single "=" is used to assign names to <br>&gt; objects, whereas the == is for evaluating something, so for if statements <br>&gt; use == and not =.  Also note you can put "and" along with if, so you can say<br>&gt; <br>&gt; if x == "mom" and y == "dad":<br>&gt;     print "my parents"<br>&gt; <br>&gt; and lots of other stuff.<br>&gt; -Che<br>&gt; <br>&gt; _________________________________________________________________<br>&gt; PC Magazine’s 2007 editors’ choice for best Web mail—award-winning Windows <br>&gt; Live Hotmail. <br>&gt; http://imagine-windowslive.com/hotmail/?locale=en-us&amp;ocid=TXT_TAGHM_migration_HM_mini_pcmag_0507<br>&gt; <br><br /><hr />Add some color. Personalize your inbox with your favorite colors. <a href='www.windowslive-hotmail.com/learnmore/personalize.html?locale=en-us&ocid=RMT_TAGLM_HMWL_reten_addcolor_0507' target='_new'>Try it!</a></body>
</html>