<!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.1126" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff background=""><FONT face=Verdana size=2>SyntaxError: 
invalid syntax<BR>  File "C:/Python/test.py", line 10<BR>    
print "12*4 =" 
12*4<BR>                         ^<BR>SyntaxError: 
invalid syntax<BR><BR><BR>------------------------------<BR>The actual Program: 
<BR><BR>#this is not quite true outside of USA<BR>#and is base on my dim memorie 
of my younger years<BR>print "Firsttish Grade"<BR>print "1+1 =", 1+1<BR>print 
"2+4 =", 2+4<BR>print "5-2 =", 5-2<BR>print<BR>print "Thirdish Grade"<BR>print 
"243-23 =", 243 - 23<BR>print "12*4 =" 12*4<BR>print "12/3 =" 12/3<BR>print 
"13/3 =",13/3," R ",13%3<BR>print<BR>print "Junior High"<BR>print "123.56-63.12 
=",123.56-62.12<BR>print "(4+3)*2 =",(4+3) *2<BR>print "4+3*2 =", 4+3*2<BR>print 
"3**2 =", 3**2<BR>print<BR><BR><BR>==============<BR>What did I do wrong? Pls 
excuse my obvious stupid questions as I am just a 
newbe.<BR><BR>Thanks<BR>pavs</FONT></BODY></HTML>