<!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>
<DIV><FONT face=Arial size=2><STRONG>I would like to Thank<FONT 
face="Times New Roman" size=3>!</FONT></STRONG></FONT></DIV>
<DIV><FONT face=Arial size=2><FONT face="Times New Roman" size=3>Alan 
Gauld</FONT></FONT></DIV>
<DIV><FONT face=Arial size=2><FONT face="Times New Roman" size=3>Liam 
Clarke</FONT></FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV>Looking at&nbsp;two responses I recieved and combineing the info, 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><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.</DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>It was well described&nbsp;by Alan 
Gauld.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT color=#0000ff>"Thats correct. The interactive shell is intended for 
trying thingsout.<BR>For example you can define your function there and play 
with it to<BR>make sure it works before transferring it into your 
program<BR>proper - this is how most Python programmers work in 
practice.<BR>Experiment in the &gt;&gt;&gt; shell then once it works transfer to 
the<BR>final program in a 
file."<BR></FONT><BR><BR>SunDragon<BR></DIV></DIV></BODY></HTML>