<!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.2900.2668" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY style="COLOR: #000000; FONT-FAMILY: Times New Roman" 
bgColor=#ffffff><LABEL id=HbSession SessionId="495889363"></LABEL>
<DIV>Here is the error message:</DIV>
<DIV>&nbsp;</DIV>
<DIV>Traceback (most recent call last):<BR>&nbsp; File "D:\GC.py", line 67, in 
?<BR>&nbsp;&nbsp;&nbsp; if option == 1:<BR>NameError: name 'option' is not 
defined<BR></DIV>
<DIV>And the relevant code:</DIV>
<DIV>&nbsp;</DIV>
<DIV>print "The Giant Calculator"<BR>print<BR>print "Copyright 2005 Written and 
debugged by Nathan Pinno"<BR>print <BR>print main_menu()<BR>if option == 
1:</DIV>
<DIV>&nbsp;</DIV>
<DIV>and the dictionary code:</DIV>
<DIV>&nbsp;</DIV>
<DIV>def main_menu():<BR>&nbsp;&nbsp; print "OPTIONS MENU"<BR>&nbsp;&nbsp; print 
"1) Calculate"<BR>&nbsp;&nbsp; print "2) Shapes"<BR>&nbsp;&nbsp; print "3) 
Temperature"<BR>&nbsp;&nbsp; print "4) Formulas"<BR>&nbsp;&nbsp; print "5) 
Quit"<BR>&nbsp;&nbsp; option = input("What option would you like:" ) </DIV>
<DIV>&nbsp;</DIV>
<DIV>Thanks ahead of time,</DIV>
<DIV>Nathan Pinno<BR><A 
href="http://www.npinnowebsite.ca/">http://www.npinnowebsite.ca/</A></DIV>
<P></P></BODY></HTML>