<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2800.1458" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>Thank you all for your help!</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV>Looking at 2 responses I recieved and combineing the info, I think I have 
solved the problem.<BR><BR>When I first start up the IDLE gui, it is titled 
"Python Shell" and I was attempting to enter everything here and I kept getting 
&gt;&gt;&gt; after each line I<BR>typed, and it would not work.&nbsp; </DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial color=#0000ff size=2>IDLE 
1.0.3&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <BR>&gt;&gt;&gt; def 
newLine():<BR>&nbsp;print</FONT></DIV>
<DIV><FONT color=#0000ff></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial color=#0000ff size=2>&nbsp;<BR>&gt;&gt;&gt; print "First 
Line"<BR>First Line<BR>&gt;&gt;&gt; newLine()</FONT></DIV>
<DIV><FONT color=#0000ff></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial color=#0000ff size=2>&gt;&gt;&gt; print "Second 
Line"<BR>Second Line</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV>But, I learned that if I open a new window from the "Python Shell" and then 
enter everything, then save,&nbsp; it would work<BR>just fine.<BR><BR>Thank you 
again for your help<BR><BR>Tim Moffatt<BR></DIV></BODY></HTML>